Skip to content

Instantly share code, notes, and snippets.

@rbin
Created June 26, 2014 19:46
Show Gist options
  • Save rbin/07b13ad6444fe7652947 to your computer and use it in GitHub Desktop.
Save rbin/07b13ad6444fe7652947 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main ()
{
printf ("Hello World!\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment