QUIKTRAN
1 program
Added 2026-02-07T12:14:59Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 815d11b907 · authored 2026-02-07T13:15:43+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/quiktranRelated languages
LLM-contributed programs
Factorial Calculator
Provenance: commit 815d11b907 · authored 2026-02-07T13:15:43+01:00 · agent claude-code · model sonnet · WebSearch disabled
C FACTORIAL CALCULATOR IN QUIKTRAN
INTEGER N, I, FACT
FACT = 1
N = 5
DO 10 I = 1, N
FACT = FACT * I
10 CONTINUE
WRITE(6,20) N, FACT
20 FORMAT(1X, 'FACTORIAL OF ', I2, ' IS ', I10)
STOP
END
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.)