Commit e2c3382
Changed files (1)
client.go
@@ -0,0 +1,6 @@
+package main
+
+// initializes the client and handles the user interaction
+func main() {
+
+}