ABC 045, not finished yet, got idea for c

This commit is contained in:
2022-05-29 23:41:44 +02:00
parent 5e31032955
commit 841394f84c
6 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "abc045"
version = "0.1.0"
edition = "2021"
# dependencies added to new project
[dependencies]
proconio = "0.4.3"
[profile.release]
lto = true
panic = 'abort'