Skip to content

Instantly share code, notes, and snippets.

@jesperronn
Last active September 26, 2022 06:13
Show Gist options
  • Save jesperronn/cfa3729079062a97d10b5a7b466fd95b to your computer and use it in GitHub Desktop.
Save jesperronn/cfa3729079062a97d10b5a7b466fd95b to your computer and use it in GitHub Desktop.

Revisions

  1. jesperronn revised this gist Sep 26, 2022. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion google099bc7e7950a7270.html
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    google-site-verification: google099bc7e7950a7270.html
  2. jesperronn revised this gist Sep 26, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions google099bc7e7950a7270.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    google-site-verification: google099bc7e7950a7270.html
  3. jesperronn created this gist Sep 26, 2022.
    12 changes: 12 additions & 0 deletions kickoff-2022-løsning-commodore-64.bas
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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