diff --git a/Cargo.toml b/Cargo.toml index 7f9471e..2248a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" default-run = "main" - [dependencies] ureq = { version = "2.9.1" } diff --git a/README.md b/README.md new file mode 100644 index 0000000..fabb3df --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# AOC 2023 + +My solutions for [Advent of Code](https://adventofcode.com) 2023! + + + +### How to run? + +Run `cargo r --release --bin d1-1` to run day 1 part 1. + +