Skip to content

Commit 9f990ea

Browse files
author
梶塚太智
committed
Update main.rs
Enhanced prompt of standert output
1 parent 0f20983 commit 9f990ea

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
@@ -523,7 +523,7 @@ impl Executor {
523523
"print" => {
524524
let a = self.pop_stack().get_string();
525525
if let Mode::Debug = self.mode {
526-
println!("出力: {a}");
526+
println!("[出力]: {a}");
527527
} else {
528528
println!("{a}");
529529
}

0 commit comments

Comments
 (0)