From 5dea3f8ba484ccac840316d29da3acb8dfbd7832 Mon Sep 17 00:00:00 2001 From: Dean Srebnik <49134864+load1n9@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:51:04 -0400 Subject: [PATCH] feat(WIP): module example --- examples/{namespace.whi => mod.whi} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{namespace.whi => mod.whi} (85%) diff --git a/examples/namespace.whi b/examples/mod.whi similarity index 85% rename from examples/namespace.whi rename to examples/mod.whi index 59a25c5..dcbedc1 100644 --- a/examples/namespace.whi +++ b/examples/mod.whi @@ -1,4 +1,4 @@ -namespace test { +mod test { fn x(): i32 { return 1 }