From c9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:08:27 +0200 Subject: add: graphs et rushs --- graphs/piscine/hello_world/hello.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 graphs/piscine/hello_world/hello.c (limited to 'graphs/piscine/hello_world') diff --git a/graphs/piscine/hello_world/hello.c b/graphs/piscine/hello_world/hello.c new file mode 100644 index 0000000..0681c18 --- /dev/null +++ b/graphs/piscine/hello_world/hello.c @@ -0,0 +1,7 @@ +#include + +int main(void) +{ + puts("Hello World!"); + return 0; +} -- cgit v1.2.3