Merge pull request #273 from chadramsey/master

Updates to README.md and code
This commit is contained in:
Luke Oliff 2018-10-08 09:48:57 -07:00 committed by GitHub
commit 5d79721bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -275,6 +275,12 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- [![github-alt][github-img]](https://github.com/CelsoUliana)
[![facebook-alt][facebook-img]](https://www.facebook.com/profile.php?id=100009599017240&ref=bookmarks)
### Chad Ramsey
- Mobile and web services developer.
- Enjoy working in Kotlin.
- Have a sweet spot for retro gaming.
- [![github-alt][github-img]](https://github.com/chadramsey)
### Charlye
- Student of Development of multiplatform applications - Last year.
- Working in the Povisa hospital (Programming and systems).

1
code/chadramsey.kt Normal file
View File

@ -0,0 +1 @@
fun main(args : Array<String>) { println("Hello, Hacktoberfest 2018!") }