seekia/main.go

15 lines
244 B
Go

// Seekia: A race-aware mate discovery network.
// Cure racial loneliness. Beautify the human species. Be race aware.
// Released into the public domain. (see Unlicense.md)
package main
import "seekia/gui"
func main(){
gui.StartGui()
}