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