This website requires JavaScript.
Explore
Help
Sign In
mirror
/
codecrumbs
Watch
1
Star
0
Fork
You've already forked codecrumbs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
codecrumbs
/
example-project
/
languages
/
kotlin-lang.kt
5 lines
83 B
Kotlin
Raw
Permalink
Blame
History
//cc:main function
fun
main
(
args
:
Array
<
String
>
)
{
println
(
"
Hello, World!
"
)
}
Reference in New Issue
View Git Blame
Copy Permalink