Transd
1 program
Added 2026-02-07T12:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 18547234f7 · authored 2026-02-07T16:28:26+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello World with Addition
Provenance: commit 18547234f7 · authored 2026-02-07T16:28:26+01:00 · agent claude-code · model sonnet · WebSearch disabled
MainModule: {
_start: (λ
(textout "Hello, World!")
(lout (+ 2 3))
)
}