From: David Jacquin Date: Tue, 13 Jan 2026 22:41:39 +0000 (-0800) Subject: testing my git knowlege X-Git-Url: http://davidlandia.com/gitweb?a=commitdiff_plain;h=HEAD;p=playing-with-c.git testing my git knowlege --- diff --git a/a.out b/a.out index 0b895ba..720fd1a 100755 Binary files a/a.out and b/a.out differ diff --git a/app.c b/app.c index 2f7b91b..53aae9a 100644 --- a/app.c +++ b/app.c @@ -2,4 +2,5 @@ int main(){ printf("Hello World\n"); + printf("Testing Git\n"); }