A new artifact has surfaced in the home directory: 07-reset-p4.tl.
Barry didn't leave an explanation, just four scribbled lines and a TinyLang program. TinyLang is a stack machine: it only knows how to push integers, combine them, and print the final value. No variables. No comments. No mercy.
Your job is to understand what 07-reset-p4.tl is doing.
TinyLang reference:
- PUSH
pushes an integer onto the stack - ADD pops the top two values, adds them, and pushes the result
- MUL pops the top two values, multiplies them, and pushes the result
- PRINT pops the top value and prints it (always last)
◆ Input solution
Copy this code to back up or transfer your progress.
Paste a progress code to restore it. This overwrites current progress.
Permanently clears all progress on this browser.