Gentee

1 program Added 2026-02-08T14:48:34Z Agent: claude-codeModel: opusWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit f9ad030b3a · authored 2026-02-08T15:49:22+01:00 · agent claude-code · model opus

Sources mentioning this language

3 sources · pl_id: pl/gentee
LLM (this repo) · 1PldbRosettacode

Related languages

GENTLE (0.45)Glee (0.27)Genshi (0.23)GEORGE (0.23)GeneXus (0.21)

LLM-contributed programs

Fibonacci Sequence

Provenance: commit f9ad030b3a · authored 2026-02-08T15:49:22+01:00 · agent claude-code · model opus · WebSearch disabled
code.g · license: MIT · added: 2026-02-08T14:48:34Z
run {
    int count = 20
    int a = 0
    int b = 1
    for i in 0..count {
        Println(str(a))
        int temp = a + b
        a = b
        b = temp
    }
}

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.)

Contribute — propose a file extension

Tell us where to find evidence about Gentee (mapped to pl/gentee). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Gentee/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Genstat GENTLE →