6 lines
96 B
C
6 lines
96 B
C
#include <stdio.h>
|
|
|
|
void hello() {
|
|
printf("Hello C Programming Language 2025 Examples\n");
|
|
}
|