From 46863f7456383e77e5e309d3a6ac6e61b5db5e49 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Fri, 1 Dec 2023 10:40:27 +0530 Subject: [PATCH] added basic readme --- Cargo.toml | 1 - README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 README.md 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. + +