Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrei-cacio/adventofcode18-rust

Advent of Code 2018 in Rust
https://github.com/andrei-cacio/adventofcode18-rust

advent-of-code advent-of-code-2018 rust

Last synced: 13 days ago
JSON representation

Advent of Code 2018 in Rust

Awesome Lists containing this project

README

        

# Advent of Code 2018 in Rust

## Usage

### Day1

```shell
$ cd day1
$ rustc main.rs
$ ./main db.txt
```