Skip to content

Commit

Permalink
update main.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Jai Pradeesh <[email protected]>
  • Loading branch information
jai-deepsource authored Oct 18, 2024
1 parent 6c791bf commit 160fb14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ impl Board {
}
}

impl Board {
pub fn dummy_function(&self) {
// dummy function
}
}

fn main() {
let mut board = Board::new();

Expand Down

0 comments on commit 160fb14

Please sign in to comment.