Skip to content

Instantly share code, notes, and snippets.

@kholis
Created October 13, 2010 07:19
Show Gist options
  • Save kholis/623620 to your computer and use it in GitHub Desktop.
Save kholis/623620 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(int argc, char **argv)
{
printf("hello world");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment