bscpkgs/test/compilers/hello.c

8 lines
73 B
C
Raw Normal View History

2020-06-17 19:00:49 +08:00
#include <stdio.h>
int main()
{
printf("Hello world!\n");
return 0;
}