Initial commit with project stub.
This commit is contained in:
commit
dc51c937c3
5
src/stock_watcher.nim
Normal file
5
src/stock_watcher.nim
Normal 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!")
|
13
stock_watcher.nimble
Normal file
13
stock_watcher.nimble
Normal file
@ -0,0 +1,13 @@
|
||||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Jonathan Bernard"
|
||||
description = "Utility to monitor the price of specific stocks."
|
||||
license = "MIT"
|
||||
srcDir = "src"
|
||||
bin = @["stock_watcher"]
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 1.6.10"
|
Loading…
x
Reference in New Issue
Block a user