Skip to content

Commit d0ed541

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

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
@@ -556,7 +556,7 @@ impl Executor {
556556

557557
// Standard input
558558
"input" => {
559-
let prompt = self.pop_stack().get_string(); //プロンプト
559+
let prompt = self.pop_stack().get_string();
560560
self.stack.push(Type::String(input(prompt.as_str())));
561561
}
562562

0 commit comments

Comments
 (0)