Skip to content

Instantly share code, notes, and snippets.

@kangfarih
Created October 6, 2018 16:21
Show Gist options
  • Save kangfarih/35c949fd48463b63a7049e15439ac2ed to your computer and use it in GitHub Desktop.
Save kangfarih/35c949fd48463b63a7049e15439ac2ed to your computer and use it in GitHub Desktop.
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar(’!*n’);
} 1 ’hell’;
b ’o, w’;
c ’orld’;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment