This commit is contained in:
root 2026-05-16 19:32:02 +03:00
parent a7b71dd27f
commit e7d4511090

2
c/l1.c
View file

@ -1,5 +1,5 @@
#include <stdio.h>
int main() {
printf("hello");
printf("hello\n");
return 0;
}