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