Skip to content

Andriamanitra/adventofcode2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apparently I'm doing this in Crystal this year.

Some days may include additional implementations in other languages or other extra stuff such as benchmarks.

The main solution will always be in a file called solution.cr and that will read the input from stdin. To compile & run the solutions (assuming crystal is installed), any of these commands seem to do the trick:

  • $ crystal run solution.cr -- input.txt

  • $ cat input.txt | crystal run solution.cr

  • $ crystal solution.cr input.txt

  • $ crystal solution.cr and manually type/paste input, ending with EOF (Ctrl+D)

About

My solutions to Advent of Code 2020 (Crystal)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published