Kapok
1 program
Added 2026-02-12T00:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 07d943cc0c · authored 2026-02-12T10:40:38+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
Provenance: commit 07d943cc0c · authored 2026-02-12T10:40:38+01:00 · agent claude-code · model sonnet · WebSearch disabled
(ns hello)
(defn main []
(IO.puts "Hello, World!"))
(main)