Skip to content

Commit

Permalink
[Lib] uint.rs: +min_value
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoric authored and brson committed Oct 17, 2011
1 parent a85e035 commit 064f9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/uint.rs
@@ -1,4 +1,4 @@

pure fn min_value() -> uint { ret 0u; }

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

Expand Down

0 comments on commit 064f9dd

Please sign in to comment.