hello_world First repository on github named hello world. Work in progress #include<stdio.h> int main () { printf ("hello world"); return 0; }