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
2 changed files with 7 additions and 0 deletions

1
code/chadramsey.kt Normal file
View File

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