my/l1.c
2026-05-07 00:06:31 +03:00

5 lines
69 B
C

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