1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-15 01:24:27 +02:00

Require a main function in all exercises

This commit is contained in:
mo8it
2024-04-17 22:46:21 +02:00
parent d83cc69afe
commit cb9f1ac9ce
39 changed files with 199 additions and 44 deletions

View File

@ -16,6 +16,10 @@
// Put your function here!
// fn calculate_price_of_apples {
fn main() {
// You can optionally experiment here.
}
// Don't modify this function!
#[test]
fn verify_test() {