update
This commit is contained in:
parent
a7b71dd27f
commit
e7d4511090
1 changed files with 1 additions and 1 deletions
2
c/l1.c
2
c/l1.c
|
|
@ -1,5 +1,5 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
int main() {
|
int main() {
|
||||||
printf("hello");
|
printf("hello\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue