Started on abc257
This commit is contained in:
12
atcoder/beginner_contests/abc257/Cargo.toml
Normal file
12
atcoder/beginner_contests/abc257/Cargo.toml
Normal 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'
|
||||
Reference in New Issue
Block a user