From 9809a9e3b4e8cabab6dae21c7da4e4c8427ee95b Mon Sep 17 00:00:00 2001 From: Vitaly Bragilevsky <vitaly.bragilevsky@jetbrains.com> Date: Sun, 1 Dec 2024 11:55:21 +0200 Subject: [PATCH] Add link to the blog post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e76027..c4d452a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Template for solving Advent of Code puzzles in Rust with RustRover +Read the [blog post](https://blog.jetbrains.com/rust/2024/11/29/advent-of-code-in-rust-for-the-rest-of-us/) that explains the structure and rationale behind this template. + ## Usage 1. Create a new project from the template repository: