I just have a simple `Main.kt`: ``` fun main() { ...
# javascript
s
I just have a simple `Main.kt`:
Copy code
fun main() {
	console.log("toto")
}