4 lines
78 B
Text
4 lines
78 B
Text
fn main() {
|
|
let inf : f32 = Float::infinity();
|
|
println!("{}", inf);
|
|
}
|