wrote up to level 3 piece-wise file transmission

This commit is contained in:
2024-05-14 00:06:38 -04:00
parent b80a40ca16
commit 345d24ad6b
7 changed files with 735 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
all: client server
client:
go build -o ekho client.go
server:
go build -o motd server.go