blob: f26a44f19e2e823c8066015fec260496925cc3b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "tests"
edition = "2021"
publish = false
[[bin]]
name = "compSuccess"
path = "exercises/compSuccess.rs"
[[bin]]
name = "testSuccess"
path = "exercises/testSuccess.rs"
|