Skip to content

Instantly share code, notes, and snippets.

@ryosuzuki
Created May 17, 2013 23:57
Show Gist options
  • Save ryosuzuki/5602679 to your computer and use it in GitHub Desktop.
Save ryosuzuki/5602679 to your computer and use it in GitHub Desktop.
/* Hello World program */
#include<stdio.h>
main()
{
printf("Hello World");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment