about summary refs log tree commit diff
path: root/examples/0.pry
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/0.pry (renamed from examples/0.src)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/0.src b/examples/0.pry
index 56b540e..90a6861 100644
--- a/examples/0.src
+++ b/examples/0.pry
@@ -1,6 +1,6 @@
 /* HELLO! Welcome to the unnamed language */
 
-import "!stdlib.src";
+import "!stdlib.pry";
 
 let main = (argc: i64, argv: *i64) => i64 {
 	printf("%d\n", argc);