Files
2024-12-02 13:11:09 -07:00

8 lines
85 B
Go

package main
import "fmt"
func main() {
fmt.Println("Starting Peril client...")
}