]> _ Git - playing-with-c.git/commitdiff
testing my git knowlege master
authorDavid Jacquin <[email protected]>
Tue, 13 Jan 2026 22:41:39 +0000 (14:41 -0800)
committerDavid Jacquin <[email protected]>
Tue, 13 Jan 2026 22:41:39 +0000 (14:41 -0800)
a.out
app.c

diff --git a/a.out b/a.out
index 0b895ba3dd32b7cf785197717a0ac422330219bf..720fd1a471d41bfa11c7f22a0a75ff16e44d0a1d 100755 (executable)
Binary files a/a.out and b/a.out differ
diff --git a/app.c b/app.c
index 2f7b91b19e90117acea3d9fe6ac54f0fffea30d8..53aae9a948cede55f8ec7ae93b19069e8e4202d8 100644 (file)
--- a/app.c
+++ b/app.c
@@ -2,4 +2,5 @@
 
 int main(){
        printf("Hello World\n");
 
 int main(){
        printf("Hello World\n");
+       printf("Testing Git\n");
 }
 }