Initial commit with project stub.

This commit is contained in:
2023-06-30 11:23:06 -05:00
commit dc51c937c3
2 changed files with 18 additions and 0 deletions

5
src/stock_watcher.nim Normal file
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!")