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

bare3_5

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