Skip to content

Instantly share code, notes, and snippets.

@tai2
Last active December 14, 2015 08:49
Show Gist options
  • Save tai2/5060402 to your computer and use it in GitHub Desktop.
Save tai2/5060402 to your computer and use it in GitHub Desktop.
Hello world!
#include <stdio.h>
int
main() {
printf("Hello world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment