This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
h
/
Haxe.hx
5 lines
85 B
Haxe
Raw
Normal View
History
Unescape
Escape
Added HaXe language
2012-01-11 09:56:33 +13:00
class
HelloWorld
{
static
function
main
(
)
{
Normalize printed text Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00
t
race
(
"
H
e
l
l
o
W
o
r
l
d
"
)
;
Added HaXe language
2012-01-11 09:56:33 +13:00
}
}
Reference in New Issue
Copy Permalink