You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"task": "We declare a package-level function main which returns Unit and takes\nan Array of strings as a parameter. Note that semicolons are optional.",
30
+
"head": "Hello World!"
28
31
}
29
32
```
30
-
* Default theme: `idea`.
31
-
* Default platform: `JVM`.
32
-
* Default kotlin version : [latest stable](https://try.kotlinlang.org/kotlinServer?type=getKotlinVersions) version.
33
+
- Default theme: `idea`.
34
+
- Default kotlin version : [latest stable](https://try.kotlinlang.org/kotlinServer?type=getKotlinVersions) version.
-`head`: text header of the code snippet. **optional**
41
+
-`task`: text task description of the code snippet. **optional**
42
+
43
+
More information about different attributes and markers see in [Kotlin Playground documentation](https://github.com/JetBrains/kotlin-playground/blob/master/README.md)
0 commit comments