From 32309e019f2ff7d9f69f3e0016f67439e81b8b30 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Sat, 30 Mar 2024 15:37:05 +0100 Subject: Rename to solve --- chall/ply-2.2/example/BASIC/dim.bas | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 chall/ply-2.2/example/BASIC/dim.bas (limited to 'chall/ply-2.2/example/BASIC/dim.bas') diff --git a/chall/ply-2.2/example/BASIC/dim.bas b/chall/ply-2.2/example/BASIC/dim.bas deleted file mode 100644 index 87bd95b..0000000 --- a/chall/ply-2.2/example/BASIC/dim.bas +++ /dev/null @@ -1,14 +0,0 @@ -5 DIM A(50,15) -10 FOR I = 1 TO 50 -20 FOR J = 1 TO 15 -30 LET A(I,J) = I + J -35 REM PRINT I,J, A(I,J) -40 NEXT J -50 NEXT I -100 FOR I = 1 TO 50 -110 FOR J = 1 TO 15 -120 PRINT A(I,J), -130 NEXT J -140 PRINT -150 NEXT I -999 END -- cgit v1.2.3-71-gd317