Skip to content

acdoussan/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AOC

Advent of Code solutions

How to run

All solutions expect input on stdin and produce the answer on stdout

The following is an example of running a java solution:

javac Fuel.java
java Fuel < input.txt > ans.txt

In the above, input.txt is the path to the input file, and ans.txt is the path to the file where you would like the answer to be written. You can leave out > ans.txt if you would prefer the answer be shown in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages