PL/CS
1 program
Added 2026-02-10T22:57:56.082885Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: PL/Cornell, Programming Language/Cornell Subset
Provenance: commit f520577ac7 · authored 2026-02-11T13:26:34+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
Hello World
Provenance: commit f520577ac7 · authored 2026-02-11T13:26:34+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
HELLO: PROCEDURE OPTIONS(MAIN);
DCL SYSIN FILE INPUT,
SYSPRINT FILE OUTPUT;
PUT SKIP LIST('HELLO, WORLD!');
END HELLO;