added basic readme

This commit is contained in:
Ishan Jain 2023-12-01 10:40:27 +05:30
parent 9f2c05436e
commit 46863f7456
Signed by: ishan
GPG Key ID: 0506DB2A1CC75C27
2 changed files with 11 additions and 1 deletions

View File

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"
default-run = "main"
[dependencies]
ureq = { version = "2.9.1" }

11
README.md Normal file
View File

@ -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.