Added a sample file for haxe
This commit is contained in:
parent
aac5a0e83a
commit
c1337be88f
1 changed files with 8 additions and 0 deletions
8
demo/kitchen-sink/docs/haxe.hx
Normal file
8
demo/kitchen-sink/docs/haxe.hx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
class MyHaxeClass {
|
||||
public HelloWorld:Void()
|
||||
{
|
||||
// Say Hello!
|
||||
var greeting = "Hello";
|
||||
trace(greeting + " World");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue