PROTEL
1 program
Added 2026-02-07T14:37:18Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Protel-2
Provenance: commit d747c4a1c9 · authored 2026-02-07T15:38:13+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/protelRelated languages
LLM-contributed programs
Hello World
Provenance: commit d747c4a1c9 · authored 2026-02-07T15:38:13+01:00 · agent claude-code · model sonnet · WebSearch disabled
MODULE HelloWorld;
PROCEDURE Main;
BEGIN
WRITELN('Hello, World!');
WRITELN('This is a PROTEL program');
END Main;
BEGIN
Main;
END HelloWorld.
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.)