Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.05 KB

File metadata and controls

33 lines (23 loc) · 1.05 KB

Solutions

Advent of Code

https://adventofcode.com/

LeetCode

leetup pick X -l rust
cargo +nightly -Zscript best-time-to-buy-and-sell-stock.rs 

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