This commit is contained in:
TimLai666 2024-06-10 16:05:25 +08:00 committed by GitHub
parent 27ba299279
commit a4d9df1ad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 10 deletions

View File

@ -1,7 +1,6 @@
// functions3.rs
//
// Execute `rustlings hint functions3` or use the `hint` watch subcommand for a
// hint.
// 執行 `rustlings hint functions3` 或使用 `hint` watch 子命令來獲取提示。
// I AM NOT DONE

View File

@ -1,12 +1,10 @@
// functions4.rs
//
// This store is having a sale where if the price is an even number, you get 10
// Rustbucks off, but if it's an odd number, it's 3 Rustbucks off. (Don't worry
// about the function bodies themselves, we're only interested in the signatures
// for now. If anything, this is a good way to peek ahead to future exercises!)
// 這家商店正在舉行促銷活動,如果價格是偶數,您可以獲得 10 元折扣,
// 但如果是奇數,則只折抵 3 元。(不用擔心函數本身的內容,
// 我們目前只關心函數的簽名。如果有需要,這是一個提前了解未來練習的好方法!)
//
// Execute `rustlings hint functions4` or use the `hint` watch subcommand for a
// hint.
// 執行 `rustlings hint functions4` 或使用 `hint` watch 子命令來獲取提示。
// I AM NOT DONE

View File

@ -1,7 +1,6 @@
// functions5.rs
//
// Execute `rustlings hint functions5` or use the `hint` watch subcommand for a
// hint.
// 執行 `rustlings hint functions5` 或使用 `hint` watch 子命令來獲取提示。
// I AM NOT DONE