commit 0e2921bf5ac742f0cf20e5276e8c50cbda8be3e9 Author: Aritra Banik Date: Tue Jun 18 00:39:26 2024 +0530 001 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!"