Hello World
71 words·1 min
doodles
kotlin
Because it’s polite to say hello, and I had to check the configuration somehow.
///usr/bin/env jbang "$0" "$@" ; exit $?
fun main() {
println("Hello World")
}
If that comment in the first line looks cryptic – check following repository for more details.
jbangdev/jbang
Unleash the power of Java - JBang Lets Students, Educators and Professional Developers create, edit and run self-contained source-only Java programs with unprecedented ease.
Java
1437
159