Update test.rs

This commit is contained in:
Anthony Wang 2021-04-18 22:30:44 -05:00 committed by GitHub
parent 071d2e0f49
commit ff7d5153a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ fn gcd(a : i32, b : i32) -> i32 {
}
fn main() {
println!("Hello World");
println!("test");
const N: i32 = 1000;
let mut A: [i32; N as usize] = [0; N as usize];