Files
c-course/c-basic/main.c
2025-10-02 14:46:46 +03:00

9 lines
89 B
C

#include <stdio.h>
int main() {
printf("hello world year 2025 !\n");
return 0;\
}