🐐 Examples

This commit is contained in:
2026-04-01 14:15:06 +02:00
parent 334f0ea5a4
commit 2f138093e3
8 changed files with 97 additions and 0 deletions

9
examples/countdown.cent Normal file
View File

@@ -0,0 +1,9 @@
// Counts down from 10
DESIGNA conta VT X
DVM conta MINVS I FACE {
DICE(conta)
DESIGNA conta VT conta - I
}
DICE("Blast off!")