0
Sololearn playground acting off or my code was off
I made a Roblox multitool not done with it but why is it not running here https://sololearn.com/compiler-playground/cSVA5IVw3JW9/?ref=app
1 Odpowiedź
+ 4
1. On sololearn playground you are required to enter all input at once in the beginning of the program – separated by line breaks. Read the text in the pop-up window.
2. The while loop doesn't have an exit condition and thus runs infinitely.