Files
c-course/c-basic/hello.c

6 lines
96 B
C

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