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