#include <stdio.h>
void greeter(const char *name, int alive, int age) {
printf("Name: %s\nIs Alive: %d\nAge: %d", name, alive, age);
}
int main(void) {
greeter("MaybeHawk", 1, 16);
return 0;
}
16 Year old programmer
Comfortable With C, Rust and JS
Void linux supermercy
Pinned Loading
-
C-Run
C-Run PublicA simple c libray made for checking if a program is ran for the first time or not
C
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.