Joakim Tengstrand
06/22/2020, 3:02 PMNate Smith
06/22/2020, 3:18 PMNate Smith
06/22/2020, 7:48 PMJoakim Tengstrand
06/22/2020, 8:05 PMJoakim Tengstrand
06/23/2020, 8:06 AMMichael de Kaste
06/23/2020, 9:23 AMimport org.test.Message as testMessage
Joakim Tengstrand
06/23/2020, 7:48 PMJakub Pi
06/24/2020, 7:13 PMJakub Pi
06/24/2020, 7:14 PMJoakim Tengstrand
06/24/2020, 7:20 PMpackage user
object Interface {
fun theUser(): String {
return user.core.theUser();
}
}
Joakim Tengstrand
06/24/2020, 7:20 PMpackage tool
import user.Interface as User
fun main() {
println("Current user: " + User.theUser())
}