Skip to content

Instantly share code, notes, and snippets.

@simonewebdesign
Created December 30, 2012 12:07
Show Gist options
  • Save simonewebdesign/4412538 to your computer and use it in GitHub Desktop.
Save simonewebdesign/4412538 to your computer and use it in GitHub Desktop.
Say "Hello, World!" in C
#include <stdio.h>
main()
{
printf("Hello, World!\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment