Skip to content

Instantly share code, notes, and snippets.

@iqbalmauludy
Last active November 6, 2016 09:23
Show Gist options
  • Save iqbalmauludy/5cda4256a0ad2d8874c62056fe91d080 to your computer and use it in GitHub Desktop.
Save iqbalmauludy/5cda4256a0ad2d8874c62056fe91d080 to your computer and use it in GitHub Desktop.
hello world
main(){
extrn a,b,c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment