ByteHeist
Docs
Heists
Leaderboard
Sign in
Sign in
Solve
View
test double dash
A challenge by
MeWhenI
Description
-
decrement the current value in the tape, wrapping back to 255 after 0 (
*ptr—
)
Top
Me
Leaderboard
Author
bytes
#1
XenThe
27
JavaScript (Deno)
Kotlin
JavaScript (NodeJS)
Python
Rust
C (tcc)
APL (TinyAPL)
Vyxal
Vyxal 3
Restore solution
Bytes
// take input process.stdin.on('data', (e)=>{ const input = ''+e; // Output console.log(input); })
Submit!
Code timed out after 3 seconds
Judge Errors