sum7/warehost
sum7
/
warehost
Archived
1
0
Fork 0
This commit is contained in:
Martin Geno 2016-05-29 19:25:02 +02:00
parent 6c53012543
commit 662c96f82e
1 changed files with 7 additions and 0 deletions

7
server.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main(){
fmt.Println("RunServer")
}