From 0b3c47dcdcfa2311c46e1d0ee15696a1385f4aeb Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Fri, 5 Jan 2024 23:55:03 +0100 Subject: [PATCH] move support resources down in README --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index cd195ff..db7281f 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,6 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/). -## Support resources - -- Support for algorithms - - [Advent of Code Reddit](https://www.reddit.com/r/adventofcode) - - [Awesome Advent of Code](https://github.com/Bogdanp/awesome-advent-of-code) -- Support for Rust - - [The Rust Programming Language](https://doc.rust-lang.org/book) - - [Rust by Example](https://doc.rust-lang.org/rust-by-example) - - [The Rust Reference](https://doc.rust-lang.org/reference) - - [The Cargo Book](https://doc.rust-lang.org/cargo) - - [The Rust Standard Library](https://doc.rust-lang.org/std) - - [The Rustonomicon](https://doc.rust-lang.org/nomicon) - @@ -48,6 +35,19 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www. +## Support resources + +- Support for algorithms + - [Advent of Code Reddit](https://www.reddit.com/r/adventofcode) + - [Awesome Advent of Code](https://github.com/Bogdanp/awesome-advent-of-code) +- Support for Rust + - [The Rust Programming Language](https://doc.rust-lang.org/book) + - [Rust by Example](https://doc.rust-lang.org/rust-by-example) + - [The Rust Reference](https://doc.rust-lang.org/reference) + - [The Cargo Book](https://doc.rust-lang.org/cargo) + - [The Rust Standard Library](https://doc.rust-lang.org/std) + - [The Rustonomicon](https://doc.rust-lang.org/nomicon) + --- ## Template setup