summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/examples/fib_example.zpy
diff options
context:
space:
mode:
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/fib_example.zpy')
-rw-r--r--comp/lucas-standen-NEA/code2/examples/fib_example.zpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code2/examples/fib_example.zpy b/comp/lucas-standen-NEA/code2/examples/fib_example.zpy
index a79b7d7..adb2a71 100644
--- a/comp/lucas-standen-NEA/code2/examples/fib_example.zpy
+++ b/comp/lucas-standen-NEA/code2/examples/fib_example.zpy
@@ -7,6 +7,7 @@
(endfun)
(defun main int)
+ (printstr "give me a number (bellow 30 if you want it to be quick): ")
(let n:int (readint))
(printint (fib n))
(printchar '\n')