mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
4 lines
66 B
QBasic
4 lines
66 B
QBasic
1 rem RANDOM MAZE
|
|
10 print(chr$(47+round(rnd(1))*45);)
|
|
20 goto 10
|