aboutsummaryrefslogtreecommitdiff
path: root/challenge-148/abigail/basic/ch-1.bas
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.freedom.nl>2022-01-23 18:36:27 +0100
committerAbigail <abigail@abigail.freedom.nl>2022-01-23 18:36:27 +0100
commit264d638bd6720ead19f3b4cacc5b8023f6edd828 (patch)
tree05215af28b403dde5d18b5e4e3a6accc9c994292 /challenge-148/abigail/basic/ch-1.bas
parent1cf6e6d0c8e15a711e0c13dd2cf0a935aae1cbd4 (diff)
downloadperlweeklychallenge-club-264d638bd6720ead19f3b4cacc5b8023f6edd828.tar.gz
perlweeklychallenge-club-264d638bd6720ead19f3b4cacc5b8023f6edd828.tar.bz2
perlweeklychallenge-club-264d638bd6720ead19f3b4cacc5b8023f6edd828.zip
Week 148, part 1: Hello, World solutions
Diffstat (limited to 'challenge-148/abigail/basic/ch-1.bas')
-rw-r--r--challenge-148/abigail/basic/ch-1.bas9
1 files changed, 9 insertions, 0 deletions
diff --git a/challenge-148/abigail/basic/ch-1.bas b/challenge-148/abigail/basic/ch-1.bas
new file mode 100644
index 0000000000..b61a009a03
--- /dev/null
+++ b/challenge-148/abigail/basic/ch-1.bas
@@ -0,0 +1,9 @@
+010 REM
+020 REM See https://theweeklychallenge.org/blog/perl-weekly-challenge-148
+030 REM
+
+040 REM
+050 REM Run as: basic ch-1.bas
+060 REM
+
+100 PRINT "2 4 6 30 32 34 36 40 42 44 46 50 52 54 56 60 62 64 66"