8000 GitHub - myyk/advent-of-code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

myyk/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This project contains some solutions for https://adventofcode.com/. I kind of try to keep the old ones running, but it's not easy with language migrations.

Input + Template for the day

You can run the download-input.sh script to download the input into the resource directory and create a worksheet for the day to make that a little easier. You need to copy the session from the cookie in your browser.

It can be run like this to download year 2022 day 1 input:

ADVENT_SESSION=XXXXXXXXXXX ./scripts/download-input.sh 2022 1

2018

First year attempted.

2020

Second year attempted.

2021

For the first many problems, I tried to get VS Code to solve all the questions.

Used nix in the setup.

2022

Migrated to DevContainers for easier setup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0