DreamBerd
1 program
Added 2026-03-17T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: DreamBerd=
Provenance: commit f42381e559 · authored 2026-03-17T05:25:43+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello World with Variables
Provenance: commit f42381e559 · authored 2026-03-17T05:25:43+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
const const const greeting = "Hello"!
var var name = "World"!
print(greeting + " " + name)!
name = "DreamBerd"!
print(greeting + " " + name)!