Skip to content

Commit 968f02f

Browse files
author
梶塚太智
committed
Update main.rs
1 parent df83ab7 commit 968f02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ impl Executor {
703703
if let Mode::Debug = self.mode {
704704
println!("[Output]: {a}");
705705
} else {
706-
println!("{a}");
706+
print!("{a}");
707707
}
708708
}
709709

0 commit comments

Comments
 (0)