From 9d67b769b14ad708f902346c0d21cb120c21c0a1 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 6 Jul 2025 18:17:47 +0200 Subject: Boostrap: Improve codegen for function declaration (starting to work on params) --- examples/0.pry | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/0.pry') 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); -- cgit 1.4.1