diff options
Diffstat (limited to 'chall/ply-2.2/example/BASIC/sqrt1.bas')
| -rw-r--r-- | chall/ply-2.2/example/BASIC/sqrt1.bas | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chall/ply-2.2/example/BASIC/sqrt1.bas b/chall/ply-2.2/example/BASIC/sqrt1.bas deleted file mode 100644 index 6673a91..0000000 --- a/chall/ply-2.2/example/BASIC/sqrt1.bas +++ /dev/null @@ -1,5 +0,0 @@ -10 LET X = 0 -20 LET X = X + 1 -30 PRINT X, SQR(X) -40 IF X < 100 THEN 20 -50 END |
