Skip to content

Kaamkiya/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc
===

My solutions to Advent of Code in any language that interests me.

Running
-------

Note that all scripts must be run from the root of this repository, because the
paths are hard coded.

For Python scripts:

	$ python3 $YEAR/py/day$DAY.py

For Elvish:

Install Elvish: https://elv.sh

	$ elvish $YEAR/elv/day$DAY.elv

For JavaScript:
1. Open a browser
2. Navigate to https://adventofcode.com/$YEAR/day/$DAY/input
3. Copy and paste the code into the browser console

License
-------
Unlicense.