From 2a8e7aeeef99161b6f0378ac14e297c23ca6227b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 4 Jun 2025 11:55:34 +0200 Subject: First 4 examples --- 00_hello_world/hello.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 00_hello_world/hello.c (limited to '00_hello_world/hello.c') diff --git a/00_hello_world/hello.c b/00_hello_world/hello.c new file mode 100644 index 0000000..66e36aa --- /dev/null +++ b/00_hello_world/hello.c @@ -0,0 +1,5 @@ +#include + +int main() { + printf("Hello, web!\n"); +} -- cgit v1.3