Created server and client sub-folders

This commit is contained in:
Kelvin Clement Mwinuka
2023-06-17 21:31:13 +08:00
parent 4875124825
commit c8cc156456
5 changed files with 33 additions and 13 deletions

9
server/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Let's build the server!")
}