Links
1 program
Added 2025-11-05T12:15:06Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 2f5cfea94d · authored 2025-11-05T13:15:06+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
2 sources · pl_id:
pl/linksRelated languages
LLM-contributed programs
Simple Hello World Web Page
Provenance: commit 2f5cfea94d · authored 2025-11-05T13:15:06+01:00 · model x-ai/grok-4-fast · Temp 0.4
open std/web
fun main {unit: void} {
HelloPage()
}
fun HelloPage {unit: html} {
return <html>
<head><title>Hello</title></head>
<body>
<h1>Hello, world!</h1>
</body>
</html>
}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)