Skip to content

Commit

Permalink
move support resources down in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Jan 5, 2024
1 parent 634f9ac commit 0b3c47d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!--- advent_readme_stars table --->

<!--- benchmarking table --->
Expand Down Expand Up @@ -48,6 +35,19 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.

<!--- benchmarking table --->

## 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
Expand Down

0 comments on commit 0b3c47d

Please sign in to comment.