Skip to content

mfrdbigolin/AoC2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2021: My Advent of Code 2021 Solutions

Public license Programming Language

My Julia solutions to Advent of Code 2021 (also known as AoC2021) in this most bright time of the year.

When working on my solutions, I aim to make them as universal as possible, that is, they could be used to solve similar problems, with a bit of tweaking. Elegance, readability, and efficiency, in this order, are also my concerns, though secondary after generality.

External Package(s)

Install the following Julia package(s), if necessary.

Usage

For each day N use either

  • julia src/dayN.jl inputs/dayN.txt, or

  • chmod +x src/dayN.jl;

    src/./dayN.jl inputs/dayN.txt.

Licensing

This repository is licensed with the MIT (Expat) (SPDX-License-Identifier: MIT); everyone with a copy of this software is permitted to use, modify, distribute and/or sublicense it, provided that the LICENSE and the copyright headers on the top of each source file are preserved in copies of this package.

There is no warranty of any kind for this material, nor the author is liable for any third-party use of this collection. For more details and clarification, please read the LICENSE in full text.

Releases

No releases published

Packages

No packages published

Languages