5 lines
68 B
Text
5 lines
68 B
Text
|
|
fn main() {
|
||
|
|
let inf = f32::INFINITY;
|
||
|
|
println!("{}", inf);
|
||
|
|
}
|