Bar.hx 79 B

12345
  1. class Bar {
  2. public static function bar() {
  3. trace("Hello from Bar.hx");
  4. }
  5. }