From 8ba0a5090eb3a08fc00662293bba0cce78ad7649 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Tue, 29 Oct 2019 08:55:26 +0100 Subject: Makefile complete --- src/main.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src') 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 +:+ +: +: +:+ */ +/* #+# #+ #+ #+# */ +/* Created: 2019/10/29 08:47:37 by rbousset #+# ## ## #+# */ +/* Updated: 2019/10/29 08:47:39 by rbousset ### #+. /#+ ###.fr */ +/* / */ +/* / */ +/* ************************************************************************** */ + #include int @@ -8,7 +21,6 @@ int (void)argv; while (read(1, &c, 1) > 0) { - } return (0); } -- cgit v1.2.3