GameOfLife/game.go
2024-05-22 13:24:01 +02:00

6 lines
58 B
Go

package main
func GetText() string {
return "My text"
}