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 4714c5c commit 595b19bCopy full SHA for 595b19b
src/main.rs
@@ -35,7 +35,7 @@ fn main() {
35
} else {
36
// タイトルを表示する
37
println!("Stack プログラミング言語");
38
- println!("MIT License (c) 2023-24 梶塚太智.");
+ println!("(c) 2023 梶塚太智. All rights reserved");
39
let mut executor = Executor::new(Mode::Debug);
40
// REPL実行
41
loop {
0 commit comments