Skip to content

Commit 064f9dd

Browse files
David Rajchenbach-Tellerbrson
authored andcommitted
[Lib] uint.rs: +min_value
1 parent a85e035 commit 064f9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/uint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
pure fn min_value() -> uint { ret 0u; }
22

33
fn add(x: uint, y: uint) -> uint { ret x + y; }
44

0 commit comments

Comments
 (0)