Skip to content

Instantly share code, notes, and snippets.

@johobemax
Created June 24, 2010 11:54
Show Gist options
  • Save johobemax/451355 to your computer and use it in GitHub Desktop.
Save johobemax/451355 to your computer and use it in GitHub Desktop.
#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