my/c/l1.c

6 lines
69 B
C
Raw Normal View History

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