Goodwell's VCCC24 Basic Entry Author: Goodwell Category: Christmas Challenge System: C64 Language: BASIC v2 Len source code: 164 bytes Len exe file: 123 bytes Len code only: 121 bytes Instructions: Install vice, drag and drop the prg file into it Description: Minimal required strings are defined in variables. If a string combination is used multiple times, it is also stored into a dedicated variable. Print statements are used to combine these flexibly to get to the final result. Repeating lines are written in a for-loop Comments: Len Source is the number of characters reported by the editor when all characters are selected. (typed characters could be less, because some basic tokens can be abbreviated) Len exe file is the value reported by Windows Len code only is len exe minus two bytes (the basic start address)