Woma
1 program
Added 2026-02-12T14:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit c0491aa7aa · authored 2026-02-12T12:58:47+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
Fibonacci
Provenance: commit c0491aa7aa · authored 2026-02-12T12:58:47+01:00 · agent claude-code · model sonnet · WebSearch disabled
10 fib
fib: dup 2 < if
drop 1
else
dup 1 - fib swap 2 - fib +
end