add day 1 and 2

This commit is contained in:
2024-11-24 20:04:57 -05:00
parent 35c01782b0
commit 5b7a6edbfb
20 changed files with 2526 additions and 0 deletions

7
2023/day2p2/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "day2p2"
version = "0.1.0"
edition = "2021"
[dependencies]
libc = "0.2.164"