about summary refs log tree commit diff
path: root/examples/13.pry
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/13.pry (renamed from examples/13.src)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/13.src b/examples/13.pry
index 9de55ac..839caef 100644
--- a/examples/13.src
+++ b/examples/13.pry
@@ -1,4 +1,4 @@
-import "!stdlib.src";
+import "!stdlib.pry";
 
 let main = () => i64 {
     /* Iterative Fibonacci using while loop. */