An open API service indexing awesome lists of open source software.

https://github.com/scorphus/advent-of-code-2018

🦀 Solutions to Advent of Code 2018 🎄
https://github.com/scorphus/advent-of-code-2018

advent-of-code-2018 rust solutions

Last synced: 8 months ago
JSON representation

🦀 Solutions to Advent of Code 2018 🎄

Awesome Lists containing this project

README

          

# 🎄 Advent of Code 2018 [![Build Status][build-badge]][action-link] [![Coverage Status][codecov-badge]][codecov-link]

Solutions to [Advent of Code 2018] in [Rust] 🦀

## Motivations

- Learn [Rust], its tooling and ecosystem 🦀
- Practice problem solving ⚡️
- Have fun 🙂

## License

Code in this repository is distributed under the terms of the BSD 3-Clause
License (BSD-3-Clause).

See [LICENSE] for details.

[build-badge]: https://github.com/scorphus/advent-of-code-2018/workflows/Rust/badge.svg
[action-link]: https://github.com/scorphus/advent-of-code-2018/actions?query=workflow%3ARust
[codecov-badge]: https://codecov.io/gh/scorphus/advent-of-code-2018/branch/main/graph/badge.svg
[codecov-link]: https://codecov.io/gh/scorphus/advent-of-code-2018
[advent of code 2018]: https://adventofcode.com/2018
[rust]: https://rust-lang.org/
[license]: LICENSE