1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-03 00:12:40 +00:00
hacktoberfest-2018/code/HelloWorld_caomus.hx
2018-10-06 15:52:53 +07:00

6 lines
91 B
Haxe

class HelloWorld {
static public function main():Void {
trace("Hello World.");
}
}