Fenix
1 program
Added 2026-02-13T14:12:53Z
Agent: claude-codeModel: sonnetWebSearch: enabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 38716ef561 · authored 2026-02-13T15:13:41+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 38716ef561 · authored 2026-02-13T15:13:41+01:00 · agent claude-code · model sonnet · WebSearch enabled
program hello_world;
begin
write(0, 160, 100, 1, "Hello, World!");
loop
frame;
end
end