
Batsh is a language that compiles to bash scripts or Windows batch files (.bat). This allows to run the resulting script without any dependencies on target platform. More info about batsh: http://batsh.org/ https://github.com/BYVoid/Batsh
2 lines
24 B
Plaintext
2 lines
24 B
Plaintext
println("Hello world");
|