sourcehut
Log in
—
Register
~cdv
/
tournament_tree
summary
tree
log
refs
ref:
4efb73691424dd4d508efa7ba74309f88e2706fc
tournament_tree
/
src
/lib.rs
-rw-r--r--
95 bytes
View
Log
Blame
View raw
4efb7369
—
Chris Vittal
Initial commit of tournament_tree
6 months ago
1
2
3
4
5
6
7
#[cfg(test)]
mod
tests
{
#[test]
fn
it_works
()
{
assert_eq
!
(
2
+
2
,
4
);
}
}