Initial commit
This commit is contained in:
commit
7367238250
5 changed files with 725 additions and 0 deletions
14
nim_monotone_words.nimble
Normal file
14
nim_monotone_words.nimble
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue