my/c/l1.c
2026-05-16 19:32:02 +03:00

5 lines
71 B
C

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