ABC 047, started on b

This commit is contained in:
2022-06-06 23:02:31 +02:00
parent 6c4f09de1c
commit f631e0bfdc
6 changed files with 79 additions and 0 deletions

View File

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