Skip to content

Instantly share code, notes, and snippets.

@ghazanhaider
Last active September 26, 2016 07:38
Show Gist options
  • Save ghazanhaider/8077d64b7c53241a36ea89f3dd0bf98d to your computer and use it in GitHub Desktop.
Save ghazanhaider/8077d64b7c53241a36ea89f3dd0bf98d to your computer and use it in GitHub Desktop.
Hello world
#include <stdio.h>
int main (void)
{
puts ("Hello World\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment