Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomcur/advent-of-code-2017
https://github.com/tomcur/advent-of-code-2017
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomcur/advent-of-code-2017
- Owner: tomcur
- Created: 2017-12-01T18:52:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T17:56:34.000Z (about 6 years ago)
- Last Synced: 2024-11-09T02:25:50.511Z (about 2 months ago)
- Language: Rust
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2017 solutions
This repository contains my solutions for the [Advent of Code 2017](http://adventofcode.com/), written in Rust.My goal is not to create the most beautiful solutions, nor the most efficient.
Instead I'm using this as a fun way to learn the Rust programming language.## Compiling and running a solution
To compile and run a solution, you can use Cargo:```bash
cargo run --bin december01
```