From 2584586a7cbb41860e7249df1110a39b6b256cc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?tom=C3=A1s=20zerolo?= Date: Sat, 15 Mar 2025 17:47:43 +0100 Subject: [PATCH] start --- hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..76375db --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include + +int main(int argc, char *argv[]) +{ + printf("%s\n" "Wello, Horld"); +} -- 2.30.2