about summary refs log tree commit diff
path: root/examples/12.pry
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/12.pry (renamed from examples/12.src)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/12.src b/examples/12.pry
index 1193e4c..34519e6 100644
--- a/examples/12.src
+++ b/examples/12.pry
@@ -1,4 +1,4 @@
-import "!stdlib.src";
+import "!stdlib.pry";
 
 let main = () => i64 {
     let factorial = (n: i64) => i64 {