Skip to content

ty1824/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode

This is a collection of my Advent of Code solutions. Each year may have a different build structure/language.

2022 (Kotlin)

To build/run solutions from 2022, Gradle is used.

Build:

cd 2022
./gradlew build

Run:

cd 2022
./gradlew run

By default, the runner will execute each day in sequence. To run an individual day, pass an integer representing the day to run as a command line argument. For more details on the various execution configurations, see the documentation on the main function in AdventRunner.kt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages