Skip to content

Commit

Permalink
rm boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
shonya3 committed Apr 26, 2023
1 parent d316661 commit dc791c6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src-tauri/lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,3 @@ pub mod dev;
pub mod file_card_data;
pub mod prices;
pub mod starter_map;

pub fn add(left: usize, right: usize) -> usize {
left + right
}

#[cfg(test)]
mod tests {
use super::*;

#[test]
fn it_works() {
let result = add(2, 2);
assert_eq!(result, 4);
}
}

0 comments on commit dc791c6

Please sign in to comment.