Trith
1 program
Added 2026-02-16T10:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit ca9f6882f0 · authored 2026-02-16T18:37:45+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
Factorial
Provenance: commit ca9f6882f0 · authored 2026-02-16T18:37:45+01:00 · agent claude-code · model sonnet · WebSearch disabled
( n -- n! )
1 swap
[
dup 1 >
]
[
dup rot * swap 1 -
]
while
drop