Journal Journal: Hello World
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("hello world\n");
}
int main(int argc, char *argv[])
{
printf("hello world\n");
}
"Why waste negative entropy on comments, when you could use the same entropy to create bugs instead?" -- Steve Elias