Is there a way to have a runnable fun declared in separate files within the sname package namespace?
If I create two files with fun main(…){} I get an error for each main()
Kotlin: kotlinExamples is already defined in ‘internal fun main(args : jet.Array<jet.String>) : Unit defined in kotlinExamples’
Thanks
eric