Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall
2020-09-02 17:59:30 +12:00
29 changed files with 113 additions and 67 deletions

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' ;

1
b/BAIK.ina Normal file
View File

@@ -0,0 +1 @@
tulis "Hello World"

1
b/basic-256.kbs Normal file
View File

@@ -0,0 +1 @@
Print "Hello World"

View File

@@ -5,4 +5,4 @@
000 000 000 100 011 011 000 000 100 010 000 000 000 000 000
000 000 000 000 000 000 000 000 000 000 100 010 100 000 000
000 100 001 001 001 001 001 001 100 001 001 001 001 001 001
001 001 100 011 011 000 100
001 001 100

View File

@@ -1,2 +0,0 @@
10 print "Hello, World"
run