UNITY
1 program
Added 2026-02-10T15:50:43Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit a316458a7c · authored 2026-02-10T16:51:36+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/unityRelated languages
LLM-contributed programs
Greatest Common Divisor
Provenance: commit a316458a7c · authored 2026-02-10T16:51:36+01:00 · agent claude-code · model sonnet · WebSearch disabled
program GCD
declare
x, y : integer
initially
x = 12, y = 18
assign
x := x - y if x > y
||
y := y - x if y > x
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.)