Files
tsvm/assets/rmaze.bas
2020-12-02 21:31:59 +09:00

4 lines
65 B
QBasic

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