From fe058785928ced98a6ce81ea12fdda517037ecd9 Mon Sep 17 00:00:00 2001 From: j-james Date: Mon, 5 Dec 2022 03:42:36 -0800 Subject: Update README --- README.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/README.md b/README.md index ebf136e..510f65d 100644 --- a/README.md +++ b/README.md @@ -1 +1,56 @@ # advent of code + +Yearly Advent of Code work. + +## 2022 ⭐ 10/10 + +```bash +# Nim +cd 2022 +cd nim/day01 +choosenim stable +nim compile --run src/main.nim input.txt + +# Rust +cd ../../ +cd rust/day01 +rustup toolchain default nightly +cargo run input.txt +``` + +## 2021 ⭐ 18/50 + +```bash +# Python +cd 2021 +python3 01.py input/01.txt +``` + +## 2020 ⭐ 37/50 + +```bash +# Nim +cd 2020 +choosenim 1.6.10 +nim compile --run one.nim input/one.txt +``` + +## 2019 ⭐ 10/50 + +```bash +cd 2019 + +# Go +go run one.go input/one.txt + +# Nim +nim compile --run one.nim input/one.txt +``` + +## 2018 ⭐ 6/50 + +```bash +# Python +cd 2018 +python3 01.py input/01.txt +``` -- cgit v1.2.3-70-g09d2