Client initial commit.
This commit is contained in:
13
server/main.go
Normal file
13
server/main.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"server/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Server v0.04")
|
||||
server := server.NewServer()
|
||||
server.Start(501)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user