Started on ABC051, finished a

This commit is contained in:
2023-05-01 17:15:01 +02:00
parent adb33aa593
commit 3abb97ae34
5 changed files with 55 additions and 0 deletions

View File

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