Skip to content

AoshiW/advent-of-code-runner

 
 

Repository files navigation

All PRs must include your input and output for the day.

Code

Your code should accept input via. STDIN, and output the results to STDOUT.
Each part should be separated by a newline ( \n )

Source

Your source goes into {year}/{day}/solutions/{language}/{username}

Input

Your input goes into {year}/{day}/io in a file named {username}.input
The file needs a trailing newline to work properly.

Output

Your output goes into {year}/{day}/io in a file named {username}.output
Each part is separated by a newline ( \n ) The file needs a trailing newline to work properly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 37.5%
  • JavaScript 17.7%
  • C# 14.0%
  • C++ 10.6%
  • Shell 9.3%
  • Python 3.7%
  • Other 7.2%