Skip to content

Instantly share code, notes, and snippets.

@nattybear
Created June 4, 2017 13:51
Show Gist options
  • Save nattybear/d67227e18b978e266c5eba443bedc5b6 to your computer and use it in GitHub Desktop.
Save nattybear/d67227e18b978e266c5eba443bedc5b6 to your computer and use it in GitHub Desktop.
// Hello!
#include <stdio.h>
int main() {
printf("Hello\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment