Hello world!
by tigrmesh
/* Hello World program */
#include<stdio.h>
main()
{
printf("Hello World");
}
It’s an appropriate beginning, but also a joke. I hated C.
/* Hello World program */
#include<stdio.h>
main()
{
printf("Hello World");
}
It’s an appropriate beginning, but also a joke. I hated C.