From fc7fd1749a7769760bcb64d4a43b78cd9f150f36 Mon Sep 17 00:00:00 2001 From: tanet pornsirirat Date: Sat, 6 Oct 2018 15:52:53 +0700 Subject: [PATCH] update profile me --- README.md | 6 ++++++ code/HelloWorld_caomus.hx | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 code/HelloWorld_caomus.hx 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."); + } +}