#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.