From 4007ea18f294aefb6128cbe82c5446cd8cb72c50 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 14 Mar 2024 21:30:16 +0100 Subject: Add solution --- chall/ply-2.2/example/BASIC/sqrt2.bas | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 chall/ply-2.2/example/BASIC/sqrt2.bas (limited to 'chall/ply-2.2/example/BASIC/sqrt2.bas') diff --git a/chall/ply-2.2/example/BASIC/sqrt2.bas b/chall/ply-2.2/example/BASIC/sqrt2.bas new file mode 100644 index 0000000..862d85e --- /dev/null +++ b/chall/ply-2.2/example/BASIC/sqrt2.bas @@ -0,0 +1,4 @@ +10 FOR X = 1 TO 100 +20 PRINT X, SQR(X) +30 NEXT X +40 END -- cgit v1.2.3-71-gd317