B.hx 70 B

123
  1. class B {
  2. public static function triple(v:Int):Int return v * 3;
  3. }