This commit is contained in:
2024-04-16 21:18:26 -04:00
parent 3349b69ce8
commit c14f32b752
10 changed files with 54 additions and 48 deletions

View File

@@ -6,12 +6,10 @@
// Execute `rustlings hint tests2` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
#[cfg(test)]
mod tests {
#[test]
fn you_can_assert_eq() {
assert_eq!();
assert_eq!(1, 1);
}
}