You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I decided to make Kotlin the 2nd project language file for this project (SimZonns) due to development on the Android platform, and Androids additional growing support for Kotlin. Java will remain an alternative option.
fun main() {
val scope = "Project Language File"
println("I decided to make Kotlin the 2nd project language file for this project (SimZonns) due to development on the Android platform, and Androids additional growing support for Kotlin. Java will remain an alternative option. , $scope")
}
fun main(args: Array<String>) {
for (arg in args) {
println(arg)
}
}
/* File info
* File version: 1 (Tuesday, June 15th 2021 at 6:45 pm)