mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-12 16:03:50 +00:00
bugfix: None argument for old values
This commit is contained in:
parent
b33ca620b0
commit
62c27866b6
@ -12,5 +12,5 @@ use cell::*;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
let grid = init_grid();
|
||||
let grid = init_grid(None);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user