@@ -0,0 +1,10 @@
+/*
+ * File: bomberstudent_server.c
+ * Author: Arthur Brandao
+ *
+ * Created on 14 novembre 2018
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include "bomberstudent_server.h"
@@ -0,0 +1,13 @@
+ * File: bomberstudent_server.h
+#ifndef BOMBERSTUDENT_SERVER_H
+#define BOMBERSTUDENT_SERVER_H
+#endif /* BOMBERSTUDENT_SERVER_H */