summaryrefslogtreecommitdiffstats
path: root/chall/ply-2.2/example/BASIC/rand.bas
diff options
context:
space:
mode:
Diffstat (limited to 'chall/ply-2.2/example/BASIC/rand.bas')
-rw-r--r--chall/ply-2.2/example/BASIC/rand.bas4
1 files changed, 0 insertions, 4 deletions
diff --git a/chall/ply-2.2/example/BASIC/rand.bas b/chall/ply-2.2/example/BASIC/rand.bas
deleted file mode 100644
index 4ff7a14..0000000
--- a/chall/ply-2.2/example/BASIC/rand.bas
+++ /dev/null
@@ -1,4 +0,0 @@
-10 FOR I = 1 TO 20
-20 PRINT INT(10*RND(0))
-30 NEXT I
-40 END