fix: refactor samples to make running easier

This commit is contained in:
2026-03-12 22:57:37 -07:00
parent 46935005f7
commit dc9bb41cce
7 changed files with 146 additions and 109 deletions

11
samples/fib.rpg.stdout Normal file
View File

@@ -0,0 +1,11 @@
DSPLY Fibonacci Sequence:
DSPLY 0
DSPLY 1
DSPLY 1
DSPLY 2
DSPLY 3
DSPLY 5
DSPLY 8
DSPLY 13
DSPLY 21
DSPLY 34