Radiation Resistant Integers Generator
      A challenge by
      
        
        MichalMarsalek
      
    
Description
For each integer from 1 to 100, output on a single line a radiation-safe expression (in the same language as your solution) which evaluates to that integer. Radiation-safety refers to the ability to evaluate to the same value even if any single character is removed.
You are writing a full program whose source does not have any restrictions. The output of the program is what is checked for radiation resistance.
Leaderboard
| Author | Score | ||
|---|---|---|---|
| #1 |  | lukegustafson | 54 | 
| #2 |  | lukegustafson | 55 | 
| #3 |  | EroticShiveringKingBanana | 57 | 
| #4 |  | Bulmenisaurus | 59 | 
| #5 |  | MichalMarsalek | 303 |