AC043 in rust, finished all. (D doesn't get tested correctly locally)

This commit is contained in:
2022-05-28 14:58:05 +02:00
parent b378c4cb07
commit 97ee8adbf3
6 changed files with 141 additions and 0 deletions

View File

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