mirror of
https://git.tonybark.com/toolbox/haxejsproject.git
synced 2026-02-10 16:24:50 -05:00
🎉 Initial source commit
This commit is contained in:
commit
46b2320820
6 changed files with 82 additions and 0 deletions
5
src/Main.hx
Normal file
5
src/Main.hx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class Main {
|
||||
static function main() {
|
||||
trace("Haxe is great!");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue