initial commit

This commit is contained in:
2025-07-02 23:10:50 +02:00
commit eb3d10e80f
15 changed files with 1046 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
use ${REPO_NAME_SNAKE}::add;
#[test]
fn test_add() {
assert_eq!(add(2, 2), 4);
}