I am new to C and am trying to figure out how do I run my code.
#include<stdlib.h>
#include<stdio.h>
int main()
{
printf("Hello World!");
return 0;
}
I just want to run this simple Hello World program but I don't know how to. I am using sublime if that helps.
this complete breakfasta complete answer. – Schwern Jan 06 '17 at 21:28