mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 15:27:09 +00:00
7 lines
55 B
Rust
7 lines
55 B
Rust
---something
|
|
---
|
|
|
|
pub fn foo(x: i32) -> i32 {
|
|
-x
|
|
}
|