Skip to content

Instantly share code, notes, and snippets.

View ZakaCoding's full-sized avatar
🎃
Focusing

Zaka Noor ZakaCoding

🎃
Focusing
View GitHub Profile
@ZakaCoding
ZakaCoding / hello_world
Created October 9, 2019 18:32
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’;