Started on abc257

This commit is contained in:
2022-12-05 12:50:59 +01:00
parent 27d00340b9
commit b0fc6d0e58
10 changed files with 122 additions and 0 deletions

View File

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