Profile
@grayfox
Joined Sep 2026
Fighting was the only thing I was good at, but at least I always fought for what I believed in
1 public entry
Hello, World!
#include <stdio.h>
int main(void) {
//This is my first post; I thought of a different way to greet everyone here.
printf("Hello, World!\n");
return 0;
}
~ EOF ~
Join the conversation