Skip to content

Instantly share code, notes, and snippets.

@kilip
Created October 11, 2012 16:21
Show Gist options
  • Save kilip/3873561 to your computer and use it in GitHub Desktop.
Save kilip/3873561 to your computer and use it in GitHub Desktop.
B Language
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