10 lines
47 B
Plaintext
10 lines
47 B
Plaintext
|
@ 0
|
||
|
args 1
|
||
|
dup
|
||
|
jz 1
|
||
|
putc
|
||
|
jmp 0
|
||
|
|
||
|
@ 1
|
||
|
quit
|