Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
run-make
/
checksum-freshness
/
foo.rs
blob: d3ef768f18759d256b18eaa5bb61d7b03f6e1cf2 [
file
]
// This is another file, just to prove we can handle two of them
pub
fn
subtract
(
a
:
i32
,
b
:
i32
)
->
i32
{
a
-
b
}