GameOfLife/game.go

6 lines
58 B
Go
Raw Normal View History

2024-05-22 12:24:01 +01:00
package main
func GetText() string {
return "My text"
}