/** * Hello World in Kotlin * @author gtowell * created: Jul 20, 2021 */ fun main() { println("hello world"); }