diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-08 19:03:43 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-08 19:03:43 +0200 |
| commit | 8467faf37f2142bd48570aa6bff3ee685ac205ce (patch) | |
| tree | 30a863aa22a95b34dc9ed5838af90bdf169e576a /day8/Cargo.toml | |
| parent | e415080d2c87d398340aeca9a76bdc7e83e99734 (diff) | |
Solve day8
Diffstat (limited to 'day8/Cargo.toml')
| -rw-r--r-- | day8/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/day8/Cargo.toml b/day8/Cargo.toml new file mode 100644 index 0000000..caf93cf --- /dev/null +++ b/day8/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day8" +version = "0.1.0" +authors = ["Jan Tuomi <jan.tuomi@eficode.com>"] + +[dependencies] |
