about summary refs log tree commit diff
path: root/examples/9.pry
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/9.pry (renamed from examples/9.src)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/9.src b/examples/9.pry
index ae586c2..bbe4b50 100644
--- a/examples/9.src
+++ b/examples/9.pry
@@ -1,4 +1,4 @@
-import "!stdlib.src";
+import "!stdlib.pry";
 
 let print_boolean = (b: bool) => i64 {
 	printf("%d\n", b);