NAT
1 program
Added 2025-10-22T10:17:26Z
Model: openai/gpt-4o-miniTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit a5960e235a · authored 2025-10-22T12:17:26+02:00 · model openai/gpt-4o-mini
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Simple NAT Example
Provenance: commit a5960e235a · authored 2025-10-22T12:17:26+02:00 · model openai/gpt-4o-mini · Temp 0.4
let x = 10;
let y = 20;
let sum = x + y;
print("The sum of " + x + " and " + y + " is " + sum);