Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
nt-sivan committed May 17, 2024
1 parent e70de16 commit 72721b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions majority-element/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mod solution;
use crate::solution::Solution;
// https://leetcode.cn/problems/majority-element/description/
fn main() {
println!("Hello, world!{}", Solution::majority_element(vec![3, 3, 2]));
}

0 comments on commit 72721b3

Please sign in to comment.