Commit e2c3382

Richard Luby <richluby@gmail.com>
2016-10-26 11:25:42
added client file
1 parent 523df1e
Changed files (1)
client.go
@@ -0,0 +1,6 @@
+package main
+
+// initializes the client and handles the user interaction
+func main() {
+
+}