Add Login #4

Merged
phoenix merged 21 commits from add_login into main 2026-06-10 00:13:55 -04:00
Showing only changes of commit f4484200d8 - Show all commits
+4 -7
View File
@@ -1,11 +1,8 @@
#[cfg(test)]
mod tests {
#[test]
fn test_demo() {
let i = 0;
#[test]
fn test_demo() {
let i = 0;
assert_eq!(0, i, "Values should match {} {}", 0, 1);
}
assert_eq!(0, i, "Values should match {} {}", 0, 1);
}