TODO: Reimplement RSA.pl using chinese remainder theorem (too slow right now)
[mirrors/Programs.git] / turbobasic / 1998 / BINGO2.BAS
CommitLineData
0f95cc4b
H
1START:\r
2SCREEN 0\r
3CLS\r
4COLOR 4,15\r
5B=INT(RND*(4)*10+1)\r
6LOCATE 5,5\r
7PRINT B\r
8REM LOCATE 6,6\r
9REM INPUT " STISKNI ENTER " ;A$\r
10END\1a
This page took 0.09826 seconds and 4 git commands to generate.