source:
code/trunk/main.go@
32
Last change on this file since 32 was 32, checked in by , 3 weeks ago | |
---|---|
File size: 157 bytes |
Rev | Line | |
---|---|---|
[31] | 1 | /* |
2 | Copyright © 2025 Izuru Yakumo <eternal-servant@yakumo.dev> | |
3 | */ | |
4 | package main | |
5 | ||
[32] | 6 | import "mahou-no-mori.yakumo.dev/suwako/cmd" |
[31] | 7 | |
8 | func main() { | |
9 | cmd.Execute() | |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.