mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 07:14:04 +09:00
moving everything neatly into the assets directory
This commit is contained in:
6
assets/disk0/home/basic/gugu.bas
Normal file
6
assets/disk0/home/basic/gugu.bas
Normal file
@@ -0,0 +1,6 @@
|
||||
10 FOR I = 2 TO 9
|
||||
20 FOR J = 1 TO 9
|
||||
30 PRINT I; "*"; J; "="; I * J
|
||||
40 NEXT
|
||||
50 INPUT "Press Enter Key..."
|
||||
60 NEXT
|
||||
Reference in New Issue
Block a user