Oh yeah, sorry - ctrl up/dn works. So that's fine.
Some of the tasks need to be updated a bit, I think. Many flip in/out, such as:
Puzzle: 002_diff: I think your in/out are flipped. It's easy to understand, though
1. Read values from in[0] and in[1] 2. Write in[0] - in[1] to out[0] 3. Write in[1] - in[0] to out[1]
Also, puzzle: 005_sequences: Step 3 should probably just say "Write the sum of the sequence to in[1]"
3. Write the largest element of sequence to out[2]
It sounds like you just want it to pull the largest number from the sequence and output back to the I/O module... which was how I had tried to solve it at first lol:
I hope you don't mind my critiquing, none of it is really anything game-breaking. I mean, I've made it this far without any major trouble once I figured out the basics lol