We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9610437 commit 075147fCopy full SHA for 075147f
src/main.rs
@@ -35,7 +35,6 @@ fn main() {
35
} else {
36
// タイトルを表示する
37
println!("Stack プログラミング言語");
38
- println!("(c) 2023 梶塚太智. All rights reserved");
39
let mut executor = Executor::new(Mode::Debug);
40
// REPL実行
41
loop {
0 commit comments