sapan’s blag

April 11, 2008

hello_world.c

Filed under: misc — cubekid @ 4:33 pm

#include <stdio.h>

int main() {

printf(“Hello World!\n”);

return 0;

}

cubekid@blog$: gcc -o hello_world hello_world.c

cubekid@blog$: ./hello_world
Hello World!

So I finally started this blog. I’ll probably start updating it more frequently in the next few weeks. As soon as this semester ends, I’ll have more time to customize this page.

« Newer Posts

Blog at WordPress.com.