Id
1 program
Added 2026-02-06T08:56:33Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 39913f9457 · authored 2026-02-06T09:57:08+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/idLLM-contributed programs
Factorial Function
Provenance: commit 39913f9457 · authored 2026-02-06T09:57:08+01:00 · agent claude-code · model sonnet · WebSearch disabled
fac 0 = 1;
fac n = n * fac (n-1);
main = fac 10;
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)