summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 73a3a7d..afc38aa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,3 +1,16 @@
+/* ************************************************************************** */
+/* LE - / */
+/* / */
+/* main.c .:: .:/ . .:: */
+/* +:+:+ +: +: +:+:+ */
+/* By: rbousset <marvin@le-101.fr> +:+ +: +: +:+ */
+/* #+# #+ #+ #+# */
+/* Created: 2019/10/29 08:47:37 by rbousset #+# ## ## #+# */
+/* Updated: 2019/10/29 08:47:39 by rbousset ### #+. /#+ ###.fr */
+/* / */
+/* / */
+/* ************************************************************************** */
+
#include <unistd.h>
int
@@ -8,7 +21,6 @@ int
(void)argv;
while (read(1, &c, 1) > 0)
{
-
}
return (0);
}