Skip to content

benhunter/coding-challenges

Repository files navigation

Coding Challenges

Advent of Code

Exercism

Java - https://exercism.io/my/tracks/java

  • to fix the build error with Exercism v2 - change the following in build.gradle:
dependencies {
	testImplementation "org.junit.vintage:junit-vintage-engine:5.7.2"
	testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
}