Skip to content
Snippets Groups Projects
Commit 97ec2a29 authored by Samuel Karlsson's avatar Samuel Karlsson
Browse files

bare3: tack5

parent b7b7d5f2
Branches
No related tags found
No related merge requests found
No preview for this file type
......@@ -25,11 +25,7 @@ fn main() {
ip!("{},", c);
}
let mut a = [0u8; 4];
for x in 0..bs.len(){
a[x] = bs[x];
}
let mut a = bs;
ipln!();
ipln!("iterate iterate using (raw) indexing");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment