vccc2025 Author: Nicalejo Category: Christmas Challenge System: Amiga Language: E Len source code: 209 Len exe file: 1060 Len code only: 364 Instructions: The executable is vccc2025 Can be launched in any shell with a Workbench 2.1+ Description: I put in an array of 10 longs the representation of half snowflake. Each blank or asterisk is represented by a bit. I process all the bits per line (entry in array) writing a blank if 0 or an asterisk if 1. Comments: I used the E-VO compiler for building the executable. https://github.com/dmcoles/EVO I have calculated the overhead of my executable in 364 bytes. The minimum executable the E-EVO compiler can produce is 696 bytes long, my executable is 1060 bytes long, so the len code only is 364 bytes.