Skip to content

Commit

Permalink
'1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ainevsia committed Jul 17, 2023
1 parent 0e868b5 commit cda6b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion notes/src/day6/lc1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## 解题思路

```rust
struct Solution {}
# struct Solution {}


impl Solution {
Expand Down
1 change: 1 addition & 0 deletions notes/src/day6/lc202.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
## 解题思路

```rust
# struct Solution {}
impl Solution {
pub fn is_happy(mut n: i32) -> bool {
use std::collections::HashSet;
Expand Down

0 comments on commit cda6b7a

Please sign in to comment.