Last active
September 26, 2022 06:13
-
-
Save jesperronn/cfa3729079062a97d10b5a7b466fd95b to your computer and use it in GitHub Desktop.
kick off 2022 Barcelona, Løsning commodore 64 opgave
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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