Эх сурвалжийг харах

:tada: Ajout fichier serveur bomberstudent

Arthur Brandao 6 жил өмнө
parent
commit
cd06f39b2b

+ 10 - 0
Serveur/bomberstudent_server.c

@@ -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"

+ 13 - 0
Serveur/bomberstudent_server.h

@@ -0,0 +1,13 @@
+/* 
+ * File:   bomberstudent_server.h
+ * Author: Arthur Brandao
+ *
+ * Created on 14 novembre 2018
+ */
+
+#ifndef BOMBERSTUDENT_SERVER_H
+#define BOMBERSTUDENT_SERVER_H
+
+
+#endif /* BOMBERSTUDENT_SERVER_H */
+