This commit is contained in:
Aritra Banik 2024-06-18 00:39:26 +05:30
commit 0e2921bf5a

6
src/n3pkg/submodule.nim Normal file
View file

@ -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!"