From a4d6defa1722d52bf0f5bb2f3abf1443c4b6509c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 22 Nov 2025 15:34:30 +0100 Subject: Added talk --- src/talks/wasm/examples/1-hello-world/hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/talks/wasm/examples/1-hello-world/hello.c (limited to 'src/talks/wasm/examples/1-hello-world/hello.c') diff --git a/src/talks/wasm/examples/1-hello-world/hello.c b/src/talks/wasm/examples/1-hello-world/hello.c new file mode 100644 index 0000000..ef66efb --- /dev/null +++ b/src/talks/wasm/examples/1-hello-world/hello.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello, World!\n"); + return 0; +} -- cgit v1.3