To re-compile: 1. Download and install Nim programming language 2. Compile and test: nim c -r urlendecode.nim -e "Władysław T. Benda" 3. Make distribution: nim -d:release --opt:size c urlendecode.nim && strip -s urlendecode