Main.hx 118 B

1234567
  1. class Main {
  2. static public function init() {
  3. if(Sys.programPath() != null) {
  4. throw 'Unexpected value';
  5. }
  6. }
  7. }