a better hello example implemented
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int hello()
|
||||
{
|
||||
printf("Hello C Programming Language 2025 Examples\n");
|
||||
|
||||
return 0;
|
||||
void hello() {
|
||||
printf("Hello C Programming Language 2025 Examples\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user