GEORGE 3
1 program
Added 2026-02-10T15:15:48Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 23a120bf99 · authored 2026-02-10T16:16:22+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
Print Numbers 1 to 10
Provenance: commit 23a120bf99 · authored 2026-02-10T16:16:22+01:00 · agent claude-code · model sonnet · WebSearch disabled
1 ; [HELLO]
2 ;
3 ; A simple program to print numbers 1 to 10
4 ;
5 ; Initialize counter
6 ; 1 → N
7 ;
8 ; Loop to print numbers
9 ; (L1) N ⊃ P
10 ; N + 1 → N
11 ; N ≤ 10, → L1
12 ;
13 ; End program
14 ; E