Files
p2p-rendering-computation/server/server.go
2021-01-20 18:03:08 +04:00

9 lines
71 B
Go

package server
import (
"fmt"
)
func server() {
fmt.Print("here")
}