Vox
1 program
Added 2026-02-07T13:24:45.320128Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit fbde480dc1 · authored 2026-02-07T14:25:31+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
LLM-contributed programs
Hello World
Provenance: commit fbde480dc1 · authored 2026-02-07T14:25:31+01:00 · agent claude-code · model sonnet · WebSearch disabled
void main() {
import vox.stdio;
stdio.writeln("Hello, World!");
}