Skip to content

Instantly share code, notes, and snippets.

@qnighy
Created April 20, 2009 13:25
Show Gist options
  • Save qnighy/98532 to your computer and use it in GitHub Desktop.
Save qnighy/98532 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void)
{
puts("Hello, world!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment