Skip to content

Commit c11f498

Browse files
author
梶塚太智
committed
Update main.rs
1 parent 6a0cabd commit c11f498

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
@@ -564,7 +564,7 @@ impl Executor {
564564
"print" => {
565565
let a = self.pop_stack().get_string();
566566
if let Mode::Debug = self.mode {
567-
println!("[出力]: {a}");
567+
println!("[Output]: {a}");
568568
} else {
569569
println!("{a}");
570570
}

0 commit comments

Comments
 (0)