From 0e2921bf5ac742f0cf20e5276e8c50cbda8be3e9 Mon Sep 17 00:00:00 2001 From: Aritra Banik Date: Tue, 18 Jun 2024 00:39:26 +0530 Subject: [PATCH] 001 --- src/n3pkg/submodule.nim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/n3pkg/submodule.nim diff --git a/src/n3pkg/submodule.nim b/src/n3pkg/submodule.nim new file mode 100644 index 0000000..1243155 --- /dev/null +++ b/src/n3pkg/submodule.nim @@ -0,0 +1,6 @@ +# This is just an example to get you started. Users of your hybrid library will +# import this file by writing ``import n3pkg/submodule``. Feel free to rename or +# remove this file altogether. You may create additional modules alongside +# this file as required. + +proc getWelcomeMessage*(): string = "Hello, World!"