my/c/l1.c

6 lines
71 B
C
Raw Normal View History

2026-06-26 00:33:10 +03:00
#include <stdio.h>
int main() {
printf("hello\n");
return 0;
}