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