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