Trim whitespace in helloworld.tal

This commit is contained in:
Karol Belina 2021-06-13 14:45:54 +02:00
parent ddad85df75
commit f4a617eda0
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
( init )
|0100 ( -> )
;hello-world
&loop
@ -13,7 +13,7 @@
( incr ) #0001 ADD2
( loop ) LDAk ,&loop JCN
POP2
BRK
@hello-world "Hello 20 "World!