Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 593 Bytes

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"
}