diff --git a/README.md b/README.md index 880c083..35b940e 100644 --- a/README.md +++ b/README.md @@ -751,6 +751,12 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU - Reverse engineer all the things - [![github-alt][github-img](https://github.com/trillcosby) +### Tanet Pornsirirat +- I am a Game Developer +- [![twitter-alt][twitter-img]](https://twitter.com/caomuss) +- [![github-alt][github-img]](https://github.com/caomus) + + # U ### Utkarsh Kunwar diff --git a/code/HelloWorld_caomus.hx b/code/HelloWorld_caomus.hx new file mode 100644 index 0000000..b5eaf9d --- /dev/null +++ b/code/HelloWorld_caomus.hx @@ -0,0 +1,5 @@ +class HelloWorld { + static public function main():Void { + trace("Hello World."); + } +}