[Lib] uint.rs: +min_value

This commit is contained in:
David Rajchenbach-Teller 2011-10-17 15:36:17 +02:00 committed by Brian Anderson
parent a85e035038
commit 064f9dd93e

View file

@ -1,4 +1,4 @@
pure fn min_value() -> uint { ret 0u; }
fn add(x: uint, y: uint) -> uint { ret x + y; }