nim_monotone_words/nim_monotone_words.nimble
joachimschmidt557 7367238250 Initial commit
2019-07-16 10:32:55 +02:00

14 lines
275 B
Nim

# Package
version = "0.1.0"
author = "joachimschmidt557"
description = "Filtering words with alphabetically increasing characters"
license = "MIT"
srcDir = "src"
bin = @["nim_monotone_words"]
# Dependencies
requires "nim >= 0.20.9"