Skip to content

DerEmperor/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code

https://adventofcode.com/

inputs

The creator of Advent of Code does not want the inputs to be leaked. That's why they are in private git submodules.

git stuff

cloning repo

git clone --recursive [email protected]:DerEmperor/AdventOfCode.git

if you forgot the --recursive:

git submodule update --init --recursive

add submodule for new year

git submodule add [email protected]:DerEmperor/AdventOfCodeInputs2026.git ./2026/inputs

pull submodule

git submodule init
git submodule update

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages