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

bare3_4

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