Initial commit with stub project.

This commit is contained in:
2023-03-16 05:32:32 -05:00
commit 0dbac771a8
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# This is just an example to get you started. A typical binary package
# uses this file as the main entry point of the application.
when isMainModule:
echo("Hello, World!")