Initial Commit (Read: Dirty AF)

This commit is contained in:
2025-01-29 23:20:44 +01:00
parent fdb22e42ec
commit 14012dabd7
15 changed files with 310 additions and 1 deletions

6
client/types.go Normal file
View File

@ -0,0 +1,6 @@
package client
type Client struct {
serverAddress string
serverPort int
}