EmptyString.hx 69 B

12345
  1. class EmptyString {
  2. static function main() {
  3. "".
  4. }
  5. }