8 lines
95 B
Go
8 lines
95 B
Go
package main
|
|
|
|
import "git.teletypegames.org/games/pncdsl-demo/lib"
|
|
|
|
func main() {
|
|
lib.Run()
|
|
}
|