From e4a86d6ebbbad346041419d256ca972e4ed80d8f Mon Sep 17 00:00:00 2001
From: Xavier Perret <xa.perret@outlook.com>
Date: Fri, 28 Oct 2022 14:13:12 +0200
Subject: [PATCH] added file to separate client function from the server

to conform to instructions
---
 app/client.go | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 app/client.go

diff --git a/app/client.go b/app/client.go
new file mode 100644
index 0000000..0a959d3
--- /dev/null
+++ b/app/client.go
@@ -0,0 +1,16 @@
+package main
+
+import (
+	. "node/types"
+)
+
+/*
+ * @file
+ * @brief Distributed Systems - Blockchain
+ * @author Xavier Perret
+ * @date 28/09/2022 - 05/10/2022
+ */
+
+func main() {
+
+}
-- 
GitLab