
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");
}
In computing, the mean time to failure keeps getting shorter.