update profile me

This commit is contained in:
tanet pornsirirat
2018-10-06 15:52:53 +07:00
parent 3f1d1da695
commit fc7fd1749a
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class HelloWorld {
static public function main():Void {
trace("Hello World.");
}
}