Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aalu1418/advent-of-code

Advent of Code! Learning and practicing languages through brain teasers.
https://github.com/aalu1418/advent-of-code

advent-of-code go rust

Last synced: 16 days ago
JSON representation

Advent of Code! Learning and practicing languages through brain teasers.

Awesome Lists containing this project

README

        

# Advent of Code

Practicing coding skills!

## 2015 - Go
[Advent of Code: 2015](https://adventofcode.com/2015) solutions in Go

```bash
# Format
go run main.go ...

# Example
go run main.go 12 "some random input"

# run all
go test -v ./...
```

## 2016 - Rust
[Advent of Code: 2016](https://adventofcode.com/2016) solutions in Rust

```bash
# Format
cargo run -- ...

# Example
cargo run -- 1 "some random input"

# run all
cargo test
```

## Misc - Python
Utility scripts:
* `python3 fetch.py `
* Find a valid cookie in the console after logging in to `advent-of-code`
* Use script to pull all inputs for a year and write to `.txt` files