Merge branch 'master' of https://github.com/leachim6/hello-world
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
9
b/B.b
9
b/B.b
@@ -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
1
b/BAIK.ina
Normal file
@@ -0,0 +1 @@
|
||||
tulis "Hello World"
|
||||
1
b/basic-256.kbs
Normal file
1
b/basic-256.kbs
Normal file
@@ -0,0 +1 @@
|
||||
Print "Hello World"
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
10 print "Hello, World"
|
||||
run
|
||||
Reference in New Issue
Block a user