A coding challenge that @kc021 made... ¯\_(ツ)_/¯ I tried to make it as low code as possible. How this works: First it sets any random number from 1-10 for the input, then starts the decoding. While decoding, there are two variables to have a certain number from 0-5. If those both added equals to the Input Number, it goes to the next step. HOWEVER, if they both don't add up to the Input Number, it starts the decoding part ALL AGAIN. If they succeed, it will add the numbers to the list making Scratch Cat say the sum to the Input Number. And because the blocks have 'Run Screen Without Refresh', this happens in less than a MILLISECOND! Pretty interesting huh?