Skip to content

acortiana/advent_of_code_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent_of_code_2020

This is my code for advent of code 2020.
It's quick and dirty code, unoptimized, slow, with no comments, no error handling, bad naming of both variables and functions
Probably I reinvented the wheel countless times in this code but... who cares?

When I wrote this, only God and I understood what I was doing
Now, God only knows

Instructions

Every script solves one puzzle and expects to receive the puzzle input via STDIN.
The puzzle input must be provided exactly as provided by advent of code site: no additional leading/trailing spaces/newlines/carriage return/other stuff
Every script outputs the solution and a trailing newline character.
This is a command line example to solve a puzzle:
cat 1.input.txt | perl 1-part-one.pl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages