marcinmoskala
import func1.doSth as f1 import func2.doSth as f2 fun main(args: Array<String>) { f1() f2() }