a66fed62cc
[ci:skip-build]: already built successfully in CI [ci:skip-vercheck]
7 lines
74 B
C
7 lines
74 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("hello, world!\n");
|
|
return 0;
|
|
}
|