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

feat(quiz1): add default function name in comment (#838)

This commit is contained in:
Weilet
2021-09-21 16:43:44 +08:00
committed by GitHub
parent 74af578beb
commit 0a11bad714

View File

@ -10,7 +10,7 @@
// I AM NOT DONE // I AM NOT DONE
// Put your function here! // Put your function here!
// fn ..... { // fn calculate_apple_price {
// Don't modify this function! // Don't modify this function!
#[test] #[test]