Advertisement
YellowAfterlife

Lack of DCE, hx

Oct 30th, 2013
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.17 KB | None | 0 0
  1. package ;
  2.  
  3. class Main {
  4.     function new() {
  5.        
  6.     }
  7.     // entry point
  8.     public static function main() { new Main(); }
  9. }
  10.  
  11. class Some {
  12.     static function some() {
  13.        
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement