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");
}
Real Users never know what they want, but they always know when your program doesn't deliver it.