mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-01-03 08:22:39 +00:00
commit
5f3a6214ef
@ -824,6 +824,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
|
|||||||
- Reverse engineer all the things
|
- Reverse engineer all the things
|
||||||
- [![github-alt][github-img](https://github.com/trillcosby)
|
- [![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
|
# U
|
||||||
|
|
||||||
### Utkarsh Kunwar
|
### Utkarsh Kunwar
|
||||||
|
5
code/HelloWorld_caomus.hx
Normal file
5
code/HelloWorld_caomus.hx
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class HelloWorld {
|
||||||
|
static public function main():Void {
|
||||||
|
trace("Hello World.");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user