Hello world! January 17, 2017 admin Uncategorized Just for starting the typical hello world #include<stdio.h> main() { printf("Hello World"); }