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 🎄
- Host: GitHub
- URL: https://github.com/scorphus/advent-of-code-2018
- Owner: scorphus
- License: bsd-3-clause
- Created: 2020-09-30T21:11:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T05:03:39.000Z (over 3 years ago)
- Last Synced: 2024-04-16T03:30:31.277Z (about 2 years ago)
- Topics: advent-of-code-2018, rust, solutions
- Language: Rust
- Homepage: https://adventofcode.com/2018
- Size: 160 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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