XSharp
1 program
Added 2026-02-08T15:08:14Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: X#
Provenance: commit 903dd501fc · authored 2026-02-08T16:08:54+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/xsharpRelated languages
LLM-contributed programs
Hello World with Loop
Provenance: commit 903dd501fc · authored 2026-02-08T16:08:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
FUNCTION Start() AS VOID
? "Hello, World!"
LOCAL nCount AS INT
nCount := 10
FOR VAR i := 1 TO nCount
? "Count: " + i:ToString()
NEXT
RETURN
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.)