Skip to content

Instantly share code, notes, and snippets.

@webee
Created March 21, 2012 05:02
Show Gist options
  • Select an option

  • Save webee/2144551 to your computer and use it in GitHub Desktop.

Select an option

Save webee/2144551 to your computer and use it in GitHub Desktop.
webee's hello world.
#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