NQC
1 program
Added 2026-02-11T11:00:00Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Not Quite C
Provenance: commit 15952b98be · authored 2026-02-11T13:26:30+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/nqcRelated languages
LLM-contributed programs
Motor and Sensor Control
Provenance: commit 15952b98be · authored 2026-02-11T13:26:30+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
task main()
{
SetSensor(SENSOR_1, SENSOR_TOUCH);
SetSensor(SENSOR_2, SENSOR_LIGHT);
while(true)
{
if (SENSOR_1 == 1)
{
OnFwd(OUT_A);
Wait(100);
Off(OUT_A);
}
if (SENSOR_2 < 45)
{
OnRev(OUT_C);
Wait(50);
Off(OUT_C);
}
else
{
OnFwd(OUT_C);
}
Wait(10);
}
}
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.)