Skip to content

lazyguru/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Advent of Code is made by Eric Wastl. The following description is from the Advent of Code About page:

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

This repository contains the code that lazyguru came up with for the puzzles he attempted to solve. Each year's code will be in a separate directory named after the year. Inside each year folder is a folder for each corresponding day.

  • 2019 - Attempted (after the fact) using Go
  • 2020 - Attempted using Python
  • 2021 - Attempted (after the fact) using Go
  • 2022 - Attempted using Go
  • 2023 - Attempted using Go

Utilities

  • go install github.com/GreenLightning/advent-of-code-downloader/aocdl@latest
  • See aoc script

License

Licensed under the MIT license.