Skip to content

Commit dcb9197

Browse files
Update lib.rs
1 parent 0416c22 commit dcb9197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ impl Executor {
464464
// 標準出力
465465
"print" => {
466466
let a = self.pop_stack().get_string();
467-
self.print(format!("[出力]: {a}\n"));
467+
self.print(format!("{a}\n"));
468468
}
469469

470470
"input" => {

0 commit comments

Comments
 (0)