1
0
Fork 0

Add convenient project base

This commit is contained in:
Lars Martens 2022-11-19 21:11:26 +01:00
commit fbfffff512
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4
6 changed files with 114 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "aoc2022"
version = "0.0.0"
edition = "2021"
[dependencies]
itertools = "0.10.5"