Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomcur/advent-of-code-2018
Warning: spoilers
https://github.com/tomcur/advent-of-code-2018
advent-of-code advent-of-code-2018
Last synced: about 14 hours ago
JSON representation
Warning: spoilers
- Host: GitHub
- URL: https://github.com/tomcur/advent-of-code-2018
- Owner: tomcur
- Created: 2018-12-02T17:22:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T14:20:31.000Z (about 6 years ago)
- Last Synced: 2024-11-09T02:25:50.668Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2018
- Language: Rust
- Homepage: https://adventofcode.com/2018
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2018 solutions
This repository contains my solutions for the [Advent of Code 2018](http://adventofcode.com/), written in Rust.![December 13](assets/december13.gif)
## Compiling and running a solution
To compile and run a solution, you can use Cargo:```bash
cargo run --bin december01
```