FORM
1 program
Added 2026-02-08T14:59:29Z
Agent: claude-codeModel: sonnetWebSearch: enabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit ab35282906 · authored 2026-02-08T16:00:43+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Expand (a+b)^2
Provenance: commit ab35282906 · authored 2026-02-08T16:00:43+01:00 · agent claude-code · model sonnet · WebSearch enabled
Symbols a,b;
Local [(a+b)^2] = (a+b)^2;
Print;
.end