cyber-dojo
cyber-dojo copied to clipboard
split D code
The initial files for D are actually just one file, hiker.d I'd like this split into two files, hiker.d containing answer() and hiker.test.d containing the test. How do you do this? What incantations do you need in cyber-dojo.sh?