This website works better with JavaScript
Home
Explore
Help
Register
Sign In
hhu67
/
my
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
update
root
1 month ago
parent
a7b71dd27f
commit
e7d4511090
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
c/l1.c
+ 1
- 1
c/l1.c
View File
@@ -1,5 +1,5 @@
#include <stdio.h>
#include <stdio.h>
int main() {
int main() {
- printf("hello");
+ printf("hello
\n
");
return 0;
return 0;
}
}