Skip to content

RussellDash332/aoc-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2016

All my Advent of Code 2016 attempts! Mainly in Python.

Note to Self

export X=... # day number

# Note that .in files are hidden but it should be within Day-<X>/<X>.in\

# Python
cd Day-$X/Python && python3 main.py < ../$X.in && cd ../..

# Java
cd Day-$X/Java && javac Main.java && java Main < ../$X.in && cd ../..

# C++
cd Day-$X/C++ && g++ -o mainc main.cpp && ./mainc < ../$X.in && cd ../..

About

My Advent of Code 2016 attempts - 50/50 stars

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published