Added TODO
This commit is contained in:
parent
a840565b98
commit
64f87d035e
2 changed files with 8 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
/target
|
||||
/real_puzzel_input/*
|
||||
!/real_puzzel_input/.gitkeep
|
||||
_input.txt
|
||||
|
||||
# From synthing
|
||||
.stfolder
|
||||
|
|
5
TODO.md
Normal file
5
TODO.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# TODO
|
||||
- Add MIT license
|
||||
- Seperate solution into own library crate
|
||||
- Implment subcommand to execute puzzle input files and print out how every long every one takes
|
||||
|
Loading…
Add table
Reference in a new issue