Skip to content

Commit

Permalink
ex 00
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanoz committed Apr 3, 2024
1 parent 9a5db73 commit 8355e3b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions exercises/src/bin/exercise_00.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ fn exercise() {
fn main() {
exercise();
}

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

#[test]
fn test_main() {
assert!(true);
}
}

0 comments on commit 8355e3b

Please sign in to comment.