mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-14 13:35:00 +01:00
Add newlines before profile info
This commit is contained in:
parent
b6982d5023
commit
64e5ac616f
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
let max = src_profile_count.iter().max().copied().unwrap_or(0);
|
let max = src_profile_count.iter().max().copied().unwrap_or(0);
|
||||||
println!("---------------- Profile ----------------");
|
println!("\n\n---------------- Profile ----------------");
|
||||||
for (char, value) in src.bytes().zip(src_profile_count) {
|
for (char, value) in src.bytes().zip(src_profile_count) {
|
||||||
print!("{}", color_by_profile(char as char, value, max));
|
print!("{}", color_by_profile(char as char, value, max));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue