hello with make

This commit is contained in:
Mert Gör
2025-04-12 22:58:04 +03:00
parent 97d77a3ff6
commit 92130c44dc
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
int hello()
{
printf("Hello C Programming Language 2025 Examples");
printf("Hello C Programming Language 2025 Examples\n");
return 0;
}