my/c/l1.c
2026-06-26 00:33:10 +03:00

5 lines
71 B
C

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