We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67485a0 commit 35035b2Copy full SHA for 35035b2
src/leetcode/problem/guess_number.rs
@@ -1,7 +1,8 @@
1
// 374. Guess Number Higher or Lower, Easy
2
// https://leetcode.com/problems/guess-number-higher-or-lower/
3
impl Solution {
4
- unsafe fn guess(n: i32) -> i32 {
+ // fn provided by leetcode
5
+ unsafe fn guess(_n: i32) -> i32 {
6
7
}
8
0 commit comments