Skip to main content
2 of 4
added 37 characters in body
Weijun Zhou
  • 3.7k
  • 15
  • 42

C (gcc), 107 bytes

First submission in C(gcc). Way too long ...

i; #ifdef c #define c #ifdef b i=2; #else #define b #endif #else #define c main(){putchar(i+49);} #endif c 

TIO links: single, double, triple.

Weijun Zhou
  • 3.7k
  • 15
  • 42