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 |  | Bulmenisaurus | 38 | 
| #2 |  | MeWhenI | 45 | 
| #3 |  | Natanaelel | 49 | 
| #4 |  | b-kamphorst | 51 | 
| #4 |  | ndren | 51 | 
| #6 |  | bizy-coder | 52 | 
| #6 |  | AlephSquirrel | 52 | 
| #8 |  | lukegustafson | 53 | 
| #9 |  | emgordon154 | 55 | 
| #10 |  | CornerMercury | 62 |