my/c/l1.c

6 lines
71 B
C
Raw Normal View History

2026-05-07 00:18:35 +03:00
#include <stdio.h>
int main() {
2026-05-16 19:32:02 +03:00
printf("hello\n");
2026-05-07 00:18:35 +03:00
return 0;
}