C.hx 79 B

1234567
  1. package test;
  2. class C {
  3. public static function func():Int {
  4. return 0;
  5. }
  6. }