[Lib] uint.rs: +min_value
This commit is contained in:
parent
a85e035038
commit
064f9dd93e
@ -1,4 +1,4 @@
|
||||
|
||||
pure fn min_value() -> uint { ret 0u; }
|
||||
|
||||
fn add(x: uint, y: uint) -> uint { ret x + y; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user