Started on ABC 50

This commit is contained in:
2023-04-18 16:58:49 +02:00
parent ea301ea3cb
commit ff59a34ac1
6 changed files with 79 additions and 0 deletions

View File

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