1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-02-03 13:11:36 +02:00

13 lines
188 B
TOML
Raw Normal View History

2024-03-31 18:59:01 +02:00
[package]
2024-04-06 01:45:54 +02:00
name = "success"
2024-03-31 18:59:01 +02:00
edition = "2021"
publish = false
[[bin]]
name = "compSuccess"
path = "exercises/compSuccess.rs"
[[bin]]
name = "testSuccess"
path = "exercises/testSuccess.rs"