This commit is contained in:
cereci5049
2024-06-18 00:41:41 +05:30
parent 9a21591116
commit 09ef0c9c49

7
src/n3.nim Normal file
View File

@@ -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())