Skip to content

Instantly share code, notes, and snippets.

@koturn
Created February 13, 2013 19:48
Show Gist options
  • Save koturn/4947567 to your computer and use it in GitHub Desktop.
Save koturn/4947567 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdlib.h>
int main(void) {
printf("Hello World!\n");
return EXIT_SUCCESS;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment