fix: invlid function syntax in quiz1.rs

This commit is contained in:
Alexander Leschanz 2023-06-22 16:07:50 +02:00 committed by GitHub
parent adc7ca5690
commit 05ee4fc1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
// I AM NOT DONE
// Put your function here!
// fn calculate_price_of_apples {
// fn calculate_price_of_apples() {
// Don't modify this function!
#[test]