TROLL
1 program
Added 2026-02-11T09:53:22Z
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 3baf3736a8 · authored 2026-02-11T13:26:47+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Dice Rolling Examples
Provenance: commit 3baf3736a8 · authored 2026-02-11T13:26:47+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
# Roll 3 six-sided dice and sum them
sum 3d6
# Roll 2 eight-sided dice and take the maximum
max 2d8
# Roll 4d6, drop the lowest, and sum (common D&D ability score roll)
sum largest 3 4d6