Main.hx 70 B

12345
  1. class Main {
  2. static function main() {
  3. var foo:Int = "whoops";
  4. }
  5. }