source:
code/trunk/main.go@
3
Last change on this file since 3 was 3, checked in by , 5 weeks ago | |
---|---|
File size: 90 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | package main |
2 | ||
[3] | 3 | import "mahou-no-mori.yakumo.dev/yuuka/cmd" |
[2] | 4 | |
[1] | 5 | func main() { |
[3] | 6 | cmd.Execute() |
[1] | 7 | } |
Note:
See TracBrowser
for help on using the repository browser.