Skip to content

ephos/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

How I Get the Puzzles

Using aocdl utility to download puzzle inputs. Requires Go if grabbing with go get. Pre-compiled binary will also work if you download/compile and put in path.

go get github.com/GreenLightning/advent-of-code-downloader/aocdl

aocdl -session-cookie 0000000000000000000000000000000000000000000000 -year 2015 -day 1

Note on the Code

Go

Some of this is so I can learn a new language, namely Go.

For the Go puzzles you can compile and run the resulting binary or just run the following...

go run ./main.go ./part_1.go ./part_2.go

PowerShell

NOTE: I run Linux primarily, so if you clone this down on Windows just know I am working entirely with PowerShell (Not Windows PowerShell) and the paths may look funny.

In the case of the PowerShell this is very much quick and dirty solutions. Things like tests, error checking, parameterization, and modularizing are minimal to non-existent. Quick and dirty solves the puzzle, channeling some inner Battle Faction for this 😁!

About

Advent of Code puzzles that I've messed around with.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published