Skip to content

Instantly share code, notes, and snippets.

@un4ckn0wl3z
Last active December 20, 2016 06:54
Show Gist options
  • Save un4ckn0wl3z/0a4c97bff4a63d4d716648661844be35 to your computer and use it in GitHub Desktop.
Save un4ckn0wl3z/0a4c97bff4a63d4d716648661844be35 to your computer and use it in GitHub Desktop.
main( ) {
char c;
c = getchar( );
putchar(c);
printf ("hello, world\n");
int sum = 6;
printf ("sum is %d\n", sum);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment