pos nomas

This commit is contained in:
aguitauwu
2026-02-16 11:41:18 -06:00
parent d0d85c8fb5
commit 5a4b5b83dd
24 changed files with 1021 additions and 199 deletions

View File

@@ -0,0 +1,7 @@
#[cfg(test)]
mod tests {
#[test]
fn test_basic() {
assert_eq!(2 + 2, 4);
}
}