Paradoc
1 program
Added 2026-03-05T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit dde853769d · authored 2026-03-05T10:18:13+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
Sum of Input Values (AoC 2018 Day 1 Part 1)
Provenance: commit dde853769d · authored 2026-03-05T10:18:13+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
v]Š .. 3 bytes!
{ .. This delimits a block, which we'll just discard at the end.
.. I'll explain my Paradoc programs in the block.
v .. Treat input as "values", so those that can be interpreted as
.. ints, will.
] .. Collect all input values into a list.
Š .. Compute the sum.
.. At program termination, the stack, which contains the sum,
.. is implicitly printed.
};