source: code/trunk/main.go@ 32

Last change on this file since 32 was 32, checked in by yakumo.izuru, 4 weeks ago

水蛙神

File size: 157 bytes
Line 
1/*
2Copyright © 2025 Izuru Yakumo <eternal-servant@yakumo.dev>
3*/
4package main
5
6import "mahou-no-mori.yakumo.dev/suwako/cmd"
7
8func main() {
9 cmd.Execute()
10}
Note: See TracBrowser for help on using the repository browser.