diff options
author | Anthony Wang | 2021-04-18 22:30:44 -0500 |
---|---|---|
committer | GitHub | 2021-04-18 22:30:44 -0500 |
commit | ff7d5153a7e01df842c64eead74c389ab9be788b (patch) | |
tree | 0378ffa184f941ffcc1c2c0887daa4ad61d6c6df | |
parent | 071d2e0f49bce7f073338975b355e549fa0f4fa8 (diff) |
Update test.rs
-rw-r--r-- | test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |