source: code/trunk/main.go@ 32

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

水蛙神

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