Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
Enhanced prompt of standert output
  • Loading branch information
KajizukaTaichi committed Jan 30, 2024
1 parent 0f20983 commit 9f990ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ impl Executor {
"print" => {
let a = self.pop_stack().get_string();
if let Mode::Debug = self.mode {
println!("出力: {a}");
println!("[出力]: {a}");
} else {
println!("{a}");
}
Expand Down

0 comments on commit 9f990ea

Please sign in to comment.