This commit is contained in:
cereci5049
2024-06-20 16:13:10 +05:30
parent eef507c419
commit 7ee249df70

6
src/lib/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!"