Skip to content

Instantly share code, notes, and snippets.

@Wilfred
Created September 5, 2009 16:09
Show Gist options
  • Save Wilfred/181452 to your computer and use it in GitHub Desktop.
Save Wilfred/181452 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void)
{
printf("Hello world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment