fmt & fixed

This commit is contained in:
闭浩扬 2023-02-04 22:43:58 +08:00
parent f45e14bfeb
commit 76ac3b9886
6 changed files with 21 additions and 21 deletions

View file

@ -42,6 +42,5 @@ fn main() -> i32 {
for pos in 0..PAGE_SIZE {
new_page[pos] = 2;
}
println!("Test sbrk OK!");
0
}