Moved file

This commit is contained in:
2026-06-09 22:22:15 -04:00
parent a4683b6989
commit 8b6101a426
+11
View File
@@ -0,0 +1,11 @@
#[cfg(test)]
mod tests {
#[test]
fn test_demo() {
let i = 0;
assert_eq!(0, i, "Values should match {} {}", 0, 1);
}
}