// hello_world.c #include <stdio.h>
int main(int argc, char const ** argv)
{
printf("Hello, world :D");
return 0;
}
Undescribed Horrific Abuse, One Victim & Survivor of Many Sat, 23 Sep 2023 11:28:34 -0700
// hello_world.c #include <stdio.h>
int main(int argc, char const ** argv)
{
printf("Hello, world :D");
return 0;
}