Skip to content

jelenv/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

https://adventofcode.com

Languages Used in Solutions

  • 2024: JavaScript (+ Deno)
  • 2023: Go, Python
  • 2022: C#

Working with the Submodule

Initial setup:

git submodule init
git submodule update

Helpful git aliases:

git config alias.spush 'push --recurse-submodules=on-demand'
git config alias.supdate 'submodule update --remote --rebase'

Convenient config changes:

git config push.recurseSubmodules on-demand

About

Advent of Code Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published