CoDevCompile
RUN
Download Code
main.c
1
2
3
4
5
6
#include
<
stdio.h
>
int
main
(
)
{
printf
(
"Hello, world!\n"
)
;
return
0
;
}
Input
1
// Input your data here
Output
1
// Output will appear here