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

docs: dedup repeated sentence

This commit is contained in:
Alexander González
2023-07-21 14:42:19 +02:00
committed by GitHub
parent b949422d46
commit ef8f1f108b

View File

@ -9,7 +9,7 @@
// - An apple costs 2 rustbucks.
// - If Mary buys more than 40 apples, each apple only costs 1 rustbuck!
// Write a function that calculates the price of an order of apples given the
// quantity bought. No hints this time!
// quantity bought.
//
// No hints this time ;)