Skip to content
Snippets Groups Projects
Commit 83c2e51b authored by Hammarkvast's avatar Hammarkvast
Browse files

bare3_5

parent aaf25686
No related branches found
No related tags found
No related merge requests found
...@@ -43,12 +43,12 @@ fn main() -> ! { ...@@ -43,12 +43,12 @@ fn main() -> ! {
hprintln!("").unwrap(); hprintln!("").unwrap();
//hprintln!("a = {}", core::str::from_utf8(&a).unwrap()).unwrap(); //hprintln!("a = {}", core::str::from_utf8(&a).unwrap()).unwrap();
for a in bs { let a = &bs[..];
hprintln!("a = {}", a);
}
hprintln!("").unwrap(); hprintln!("").unwrap();
hprintln!("a = {}", core::str::from_utf8(&a).unwrap()).unwrap();
loop { loop {
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment