Cash in your code
A challenge by
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 |
|
RubenVerg | 40 |