IITRAN
1 program
Added 2026-02-08T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: IIT TRAN, IIT-TRAN
Provenance: commit e3181691c9 · authored 2026-02-08T22:17:23+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/iitranRelated languages
LLM-contributed programs
Factorial Calculator
Provenance: commit e3181691c9 · authored 2026-02-08T22:17:23+01:00 · agent claude-code · model sonnet · WebSearch disabled
C IITRAN PROGRAM TO COMPUTE FACTORIAL
DIMENSION FACT(10)
DO 10 I = 1, 10
FACT(I) = 1.0
DO 20 J = 1, I
FACT(I) = FACT(I) * FLOAT(J)
20 CONTINUE
PRINT 100, I, FACT(I)
100 FORMAT(I5, F15.2)
10 CONTINUE
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.)