From e37eac8b1f4ad76682b0f25779026f7cf685a1cb Mon Sep 17 00:00:00 2001 From: Axel O Date: Thu, 20 Oct 2022 14:51:16 +0200 Subject: [PATCH] cc --- pendu/pendu.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pendu/pendu.c b/pendu/pendu.c index e69de29..3626b9d 100644 --- a/pendu/pendu.c +++ b/pendu/pendu.c @@ -0,0 +1,7 @@ +#include +#include + +int main() +{ + printf("Cc par Ici") +} \ No newline at end of file