Skip to content

Instantly share code, notes, and snippets.

@antonijn
Last active August 29, 2015 14:07
Show Gist options
  • Save antonijn/984bebff204770623803 to your computer and use it in GitHub Desktop.
Save antonijn/984bebff204770623803 to your computer and use it in GitHub Desktop.
Compiles with gcc
extern puts();
main(argc, argv)
int argc;
char **argv;
{
return puts("Hello, world!") >= 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment