]> code.bitgloo.com Git - clyne/advent-of-code.git/commitdiff
Fix a couple typos
authorclyne <clyne@bitgloo.com>
Thu, 1 Dec 2022 13:09:24 +0000 (08:09 -0500)
committerGitHub <noreply@github.com>
Thu, 1 Dec 2022 13:09:24 +0000 (08:09 -0500)
day1/part2.bas

index 4ea4835f9da3a8b93485ef8f222b328793c8eb3b..7720cb45d025f09a8add321026e3c04d331db183 100644 (file)
@@ -1,8 +1,8 @@
-REM Advent of Code 2022: Day 1, part 1
+REM Advent of Code 2022: Day 1, part 2
 REM Written in Applesoft BASIC
 
  10  ONERR  GOTO 900
- 20  DIM CALS(200):CURR = 0
+ 20  DIM CALS(5):CURR = 0
  30  PRINT  CHR$ (4),"OPEN INPUT"
  40  PRINT  CHR$ (4),"READ INPUT"
  100 S$ = ""