This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-08 02:59:40 -06:00
parent c67235eb46
commit 3803c544cf
8 changed files with 62 additions and 85 deletions

View file

@ -30,5 +30,6 @@ rayon = "1.8.0"
static_init = "1.0.3"
[features]
part1 = []
part2 = []
default = ["part2"]
default = ["part1"]