From: David Jacquin Date: Tue, 13 Jan 2026 22:37:43 +0000 (-0800) Subject: hello world X-Git-Url: http://davidlandia.com/gitweb?a=commitdiff_plain;h=b027d11abab194a1038bedce1fe55df44a96d8df;p=playing-with-c.git hello world --- b027d11abab194a1038bedce1fe55df44a96d8df diff --git a/a.out b/a.out new file mode 100755 index 0000000..0b895ba Binary files /dev/null and b/a.out differ diff --git a/app.c b/app.c new file mode 100644 index 0000000..2f7b91b --- /dev/null +++ b/app.c @@ -0,0 +1,5 @@ +#include + +int main(){ + printf("Hello World\n"); +}