From fd45c3bfb1358698688a286e157c1af35dcc66c6 Mon Sep 17 00:00:00 2001 From: Adam Jeniski <45019515+Ajetski@users.noreply.github.com> Date: Sat, 1 Oct 2022 17:57:25 -0400 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c99aec9..b51126d 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ ## Advent of Code -My rust solutions for Advent of Code +My rust solutions for [Advent of Code](https://adventofcode.com) Navigate to one of the folder for a given year, then use `cargo test` to run it's test cases.