We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5142e commit eb83a6fCopy full SHA for eb83a6f
jvm/main-kts/MainKts.md
@@ -14,7 +14,7 @@ line, replacing the simple Kotlin programs with `main` function (hence the `main
14
### Usage
15
16
For example a script (note that the file should have an extension corresponding to the script definition, in this case
17
-`.smain.kts`):
+`.main.kts`):
18
19
```kotlin
20
println("Hello, ${args[0]}")
0 commit comments