Simplify example

This commit is contained in:
Richie Bendall
2020-07-15 20:30:04 +12:00
committed by GitHub
parent bf040b6a93
commit 43537f7ced

9
b/B.b
View File

@@ -1,10 +1,3 @@
/* Hello World in B */
main() {
extern a, b, c;
putchar (a); putchar (b); putchar (c); putchar ('!*n');
putchar ('Hell'); putchar ('o Wo'); putchar ('rld'); putchar ('*n');
}
a 'hell' ;
b 'o, w' ;
c 'orld' ;