Hugo
1 program
Added 2026-02-07T13:59:13.172461Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 45cb94d2b0 · authored 2026-02-07T15:00:05+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/hugoExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.hex | wikidata | primary | 1.7M files |
Related languages
LLM-contributed programs
Hello World Interactive Fiction
Provenance: commit 45cb94d2b0 · authored 2026-02-07T15:00:05+01:00 · agent claude-code · model sonnet · WebSearch disabled
!::
! A simple Hugo program
!::
#include "hugolib.h"
routine main
{
color TEXTCOLOR, BGCOLOR
cls
"Welcome to Hugo!"
print ""
print "This is a simple interactive fiction program."
print ""
local name
print "What is your name? ";
input name
if name = ""
name = "Adventurer"
print ""
print "Hello, "; name; "!"
print "Thanks for trying Hugo."
}
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.)