tiamat/main.go

12 lines
116 B
Go
Raw Normal View History

2024-06-03 07:52:28 +02:00
/*
2024-06-03 09:24:18 +02:00
Copyright © 2024 raul <raul@bulgariu.xyz>
2024-06-03 07:52:28 +02:00
*/
2024-06-03 09:24:18 +02:00
2024-06-03 07:52:28 +02:00
package main
import "tiamat/cmd"
func main() {
cmd.Execute()
}