# Vintage Computing Christmas Challenge 2024 Author: Christoph Gutjahr System: Commodore 64 Language used: BASIC 2.0 Size of source code: 128 bytes Size of executable: 97 bytes Size of pure code: 95 bytes # Instructions / comments Just Drag the PRG file into VICE and it should autoboot. It's pure BASIC, no ugly tricks. To save five bytes, the two lines of the original prototype have been combined into one overlong line using a ML monitor. BASIC can handle it just fine, but the C64's fullscreen editor won't let you edit lines longer than 80 characters properly. In other words: if you feel like messing with the code, you'll have to manually type in half of the code again to generate a 2nd basic line - it's not that much text anyway ;)