Last active
September 26, 2022 06:13
-
-
Save jesperronn/cfa3729079062a97d10b5a7b466fd95b to your computer and use it in GitHub Desktop.
Revisions
-
jesperronn revised this gist
Sep 26, 2022 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ -
jesperronn revised this gist
Sep 26, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ google-site-verification: google099bc7e7950a7270.html -
jesperronn created this gist
Sep 26, 2022 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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