Tim-Snow / advent-of-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

Advent of Code challenges

Set-up

Create a .env file containing the following environment variables:

DAY="" # The day to run, 1 - 25
YEAR="" # The year to run, 2015 - Current year
USER_AGENT="" # Your email address
COOKIE="" # Your session cookie header, inspect network logs in browser to find yours

Running

To run rust solutions use: cargo run

To run typescript solutions use: yarn ts

To run go solutions use: ./go-run.sh (this saves you needing to change to the src directory before running go run .)

About


Languages

Language:Rust 55.8%Language:TypeScript 31.0%Language:Go 12.0%Language:JavaScript 1.2%Language:Shell 0.0%