Skip to content

Commit 595b19b

Browse files
author
梶塚太智
committed
Update main.rs
1 parent 4714c5c commit 595b19b

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
@@ -35,7 +35,7 @@ fn main() {
3535
} else {
3636
// タイトルを表示する
3737
println!("Stack プログラミング言語");
38-
println!("MIT License (c) 2023-24 梶塚太智.");
38+
println!("(c) 2023 梶塚太智. All rights reserved");
3939
let mut executor = Executor::new(Mode::Debug);
4040
// REPL実行
4141
loop {

0 commit comments

Comments
 (0)