Kotlinx
1 program
Added 2025-10-22T11:44:41Z
Model: meta-llama/llama-3.1-70b-instructTemp: 0.4
Evidence
Report issue
View issues
Aliases: Kotlinx, Kotlin Extensions
Provenance: commit a4300c334a · authored 2025-10-22T13:44:41+02:00 · model meta-llama/llama-3.1-70b-instruct
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Kotlinx.html
Provenance: commit a4300c334a · authored 2025-10-22T13:44:41+02:00 · model meta-llama/llama-3.1-70b-instruct · Temp 0.4
import kotlinx.html.*
fun main() {
println(renderToString { html { body { h1 { "+Kotlinx.html" } } } })
}