battleship-cli/main.go

10 lines
77 B
Go
Raw Normal View History

2024-03-11 08:43:14 +01:00
package main
import (
"fmt"
)
func main() {
fmt.Println("Sample text")
}