diff --git a/src/n3.nim b/src/n3.nim new file mode 100644 index 0000000..23305fd --- /dev/null +++ b/src/n3.nim @@ -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())