Skip to content

Instantly share code, notes, and snippets.

@ZakaCoding
Created October 9, 2019 18:32
Show Gist options
  • Save ZakaCoding/8e1bc88c2f0d945099682f275f2ef20f to your computer and use it in GitHub Desktop.
Save ZakaCoding/8e1bc88c2f0d945099682f275f2ef20f to your computer and use it in GitHub Desktop.
Hello World in B Lenguage
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