diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-06 02:33:45 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-06 02:33:45 +0200 |
| commit | a60122ac95a2563e7a08edeac94d77d47179bb0a (patch) | |
| tree | fb2b739f4e659aa4ba991d439e22ae85120763dd /day4/Cargo.toml | |
| parent | 544047037c431cabcd224dc9a5451f4794ed5234 (diff) | |
Solve day4
Diffstat (limited to 'day4/Cargo.toml')
| -rw-r--r-- | day4/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/day4/Cargo.toml b/day4/Cargo.toml new file mode 100644 index 0000000..b858c20 --- /dev/null +++ b/day4/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day4" +version = "0.1.0" +authors = ["Jan Tuomi <jan.tuomi@eficode.com>"] + +[dependencies] +text_io = "0.1.7"
\ No newline at end of file |
