nalgebra/examples/convolution.rs
2019-02-14 20:54:26 -06:00

5 lines
59 B
Rust

fn main(){
let (x,y) = (1,2);
println!("{}", x);
}