waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

Main.hx (74B)


      1 class Main {
      2     static function main() {
      3         trace('hello');
      4     }
      5 }