Initial commit

This commit is contained in:
joachimschmidt557 2019-07-16 10:32:55 +02:00
commit 7367238250
5 changed files with 725 additions and 0 deletions

14
nim_monotone_words.nimble Normal file
View file

@ -0,0 +1,14 @@
# 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"