Skip to content

Instantly share code, notes, and snippets.

@jesperronn
Last active September 26, 2022 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesperronn/cfa3729079062a97d10b5a7b466fd95b to your computer and use it in GitHub Desktop.
Save jesperronn/cfa3729079062a97d10b5a7b466fd95b to your computer and use it in GitHub Desktop.
kick off 2022 Barcelona, Løsning commodore 64 opgave
1 REM Kick-off 2022 test løsningen. Opgaven gik ud på at udskrive teksten
2 REM "KICKOFF 2022 BARCELONA" på skærmen på en Commodore 64
3 REM
4 REM
5 REM **** COMMODORE 64 BASIC V2 ****
6 REM 64K RAM SYSTEM 38911 BASIC BYTES FREE
7 REM
8 REM READY.
9 REM
10 PRINT "KICKOFF 2022 BARCELONA"
20 GOTO 10
RUN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment