mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-08 18:13:37 -05:00
5 lines
56 B
Rust
5 lines
56 B
Rust
|
fn main() {
|
||
|
let x = 3.14;
|
||
|
let _y = 1_f64 / x;
|
||
|
}
|