TheMathemagicians/sevenkeys/cmd/storagemgr/main.go

8 lines
76 B
Go
Raw Normal View History

2024-05-24 17:37:12 +00:00
package main
import "fmt"
func main() {
fmt.Println("storage manager")
}