From: clyne Date: Thu, 1 Dec 2022 13:09:24 +0000 (-0500) Subject: Fix a couple typos X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=99583778b3127567eaeddacd57807ec096a2502f;p=clyne%2Fadvent-of-code.git Fix a couple typos --- diff --git a/day1/part2.bas b/day1/part2.bas index 4ea4835..7720cb4 100644 --- a/day1/part2.bas +++ b/day1/part2.bas @@ -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$ = ""