Hello world!
Because all good coding blogs must have this post first.
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}Nuff said.
// Programming insights from the command line
Because all good coding blogs must have this post first.
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}Nuff said.