Byte Heist Home Leaderboard
Join the Heist (with Github)
Solve View

Cash in your code

A challenge by lukegustafson avatar lukegustafson

Description

After my latest heist, I needed a place to stash the lucre, so I put it in your program!

Your program should output “No money” if unmodified. The string “$$$” may be inserted into your code at the 10th position from the beginning, the middle position (rounding down), or 10th from the end. If so, your program should output “$$$”.

For example, if your code looks like:

0123456789____9876543210

Then the following programs should output $$$:

0123456789$$$____9876543210
0123456789__$$$__9876543210
0123456789____$$$9876543210

Leaderboard

Author Score
#1 chunkybanana avatar chunkybanana 20
#1 Jacob-Lockwood avatar Jacob-Lockwood 20
JavaScript (Deno) JavaScript (NodeJS) Python Rust C (tcc) APL (TinyAPL) Vyxal Vyxal 3
You must be logged in to submit a solution.