2 Commits

Author SHA1 Message Date
DeOwl
72eb70edbc TFork commit # 2 2026-09-09 17:10:30 +03:00
DeOwl
127af1b85e Fork commit 1 2026-09-09 17:09:53 +03:00

2
main.c
View File

@@ -6,4 +6,6 @@ int main(int argc, char **argv)
askname(first, last); askname(first, last);
printf("Hello, %s %s!\n", first, last); printf("Hello, %s %s!\n", first, last);
return 0; return 0;
// Test Commit # 1
// Test commit # 2
} }