Loop forever

This commit is contained in:
clerie 2024-01-13 23:17:29 +01:00
parent 070e825703
commit 9c82deb4aa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ fn main() {
// Print buffer
print!("{}", buffer.braille());
for _ in 0..100 {
loop {
// Push new cpu usage stats
buffer.push();