Skip to content

Commit 4714c5c

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

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!("(c) 2023 梶塚太智. All rights reserved");
38+
println!("MIT License (c) 2023-24 梶塚太智.");
3939
let mut executor = Executor::new(Mode::Debug);
4040
// REPL実行
4141
loop {

0 commit comments

Comments
 (0)