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");
}
The aim of science is to seek the simplest explanations of complex facts. Seek simplicity and distrust it. -- Whitehead.