my/c/l1.c
2026-05-07 00:18:35 +03:00

5 lines
69 B
C

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