Haxeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

This commit is contained in:
Aaron Shea 2018-12-11 10:30:16 -08:00 committed by GitHub
parent c5f1dfb3e9
commit 5c08c14c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
E.hx Normal file
View File

@ -0,0 +1,7 @@
class E {
static public function main():Void {
while(true) {
trace('e');
}
}
}