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