diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-15 21:50:19 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-15 21:50:19 +0200 |
| commit | 6e3ccd7b7b57587f59b27337c1bc9779e4be1d17 (patch) | |
| tree | 6b293d4c0599647c44a4ea7994bdb92f6690f855 /day14/Cargo.toml | |
| parent | ddb1435a05484d6f7373e8e47170f95f75cff739 (diff) | |
Solve day14master
Diffstat (limited to 'day14/Cargo.toml')
| -rw-r--r-- | day14/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/day14/Cargo.toml b/day14/Cargo.toml new file mode 100644 index 0000000..8f9175f --- /dev/null +++ b/day14/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day14" +version = "0.1.0" +authors = ["Jan Tuomi <jan.tuomi@eficode.com>"] + +[dependencies] |
