HashLink
1 program
Added 2026-02-13T14:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: HL
Provenance: commit 735281274b · authored 2026-02-13T14:18:04+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/hashlinkRelated languages
LLM-contributed programs
Hello World with Variables
Provenance: commit 735281274b · authored 2026-02-13T14:18:04+01:00 · agent claude-code · model sonnet · WebSearch disabled
class Main {
static function main() {
trace("Hello from HashLink!");
var x = 42;
var y = 58;
trace('The sum is: ${x + y}');
}
}
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.)