MikuPi/test/hello.c
2016-05-30 20:02:24 +08:00

7 lines
84 B
C
Executable File

#include <stdio.h>
int main()
{
printf("Hello MikuQ.com!\n");
return 0;
}