mirror of
https://github.com/cbeimers113/strands.git
synced 2026-04-25 17:10:37 -04:00
11 lines
97 B
Go
11 lines
97 B
Go
package main
|
|
|
|
import (
|
|
"strands/game"
|
|
)
|
|
|
|
// Main function
|
|
func main() {
|
|
game.Run()
|
|
}
|