From 09ef0c9c49f1ac975b5840bcf3963ce21f9ee4ea Mon Sep 17 00:00:00 2001 From: cereci5049 Date: Tue, 18 Jun 2024 00:41:41 +0530 Subject: [PATCH] 003 --- src/n3.nim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/n3.nim diff --git a/src/n3.nim b/src/n3.nim new file mode 100644 index 0000000..23305fd --- /dev/null +++ b/src/n3.nim @@ -0,0 +1,7 @@ +# This is just an example to get you started. A typical hybrid package +# uses this file as the main entry point of the application. + +import n3pkg/submodule + +when isMainModule: + echo(getWelcomeMessage())