hello with make
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
int hello()
|
||||
{
|
||||
printf("Hello C Programming Language 2025 Examples");
|
||||
printf("Hello C Programming Language 2025 Examples\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user