This commit is contained in:
blacktoast 2021-10-08 05:19:09 +00:00
parent 5a518df121
commit 1a4d79b69b

View File

@ -26,6 +26,7 @@ fn verify_test() {
fn calculate_apple_price(price:i32) -> i32 {
if price>40{
price
}
else {price*2}