Files
tsvm/assets/rmaze.bas
2020-11-14 11:56:05 +09:00

4 lines
66 B
QBasic

1 rem RANDOM MAZE
10 print(chr$(47+round(rnd(1))*45);)
20 goto 10