Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrei-cacio/adventofcode18-rust
- Owner: andrei-cacio
- License: mit
- Created: 2018-12-05T11:19:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T13:22:10.000Z (about 6 years ago)
- Last Synced: 2024-11-09T03:14:23.016Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2018, rust
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2018 in Rust
## Usage
### Day1
```shell
$ cd day1
$ rustc main.rs
$ ./main db.txt
```