Files
c-course/c-basic/main.c
Mert Gör dd4d499ae4 update
2025-10-03 08:09:40 +03:00

9 lines
88 B
C

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