#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;
}
💾
Time for some more compiler lobotomy
16 Year old programmer
Comfortable With C, Rust and JS
Void linux supermercy
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.