Skip to content

Instantly share code, notes, and snippets.

@nikmis
Created July 19, 2012 05:18
Show Gist options
  • Select an option

  • Save nikmis/3140927 to your computer and use it in GitHub Desktop.

Select an option

Save nikmis/3140927 to your computer and use it in GitHub Desktop.
Hello World
#include <stdio.h>
int main()
{
printf("Hello World");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment