Fork commit 1

This commit is contained in:
DeOwl
2026-09-09 17:09:53 +03:00
parent 6b91325623
commit 127af1b85e

1
main.c
View File

@@ -6,4 +6,5 @@ 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
} }