JOSS IV
1 program
Added 2026-02-10T21:14:38Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: JOSS 4
Provenance: commit e4fef5155a · authored 2026-02-11T13:26:22+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Factorial Calculator
Provenance: commit e4fef5155a · authored 2026-02-11T13:26:22+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
1.1 Type "Enter a number:" in line.
1.2 Demand x.
1.3 Set f = 1.
1.4 For i = 1, 1, x, Part 2.
1.5 Type "Factorial of", x, "is", f in line.
1.6 Stop.
2.1 Set f = f * i.