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

@ -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

View File

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