Makefile, server entry point prototype, compareFiles function + other minor changes

This commit is contained in:
Gu://em_ 2025-04-13 12:50:35 +02:00
parent 2efb8c4130
commit c1ccb61346
10 changed files with 139 additions and 56 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
client:
go build -o bin/client cmd/client/main.go
server:
go build -o bin/server cmd/server/main.go