wrote up to level 3 piece-wise file transmission
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
all: client server
|
||||
|
||||
client:
|
||||
go build -o ekho client.go
|
||||
|
||||
server:
|
||||
go build -o motd server.go
|
||||
Reference in New Issue
Block a user