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

8 lines
69 B
C
Executable File

#include "MikuPi.h"
int main()
{
sayhello();
return 0;
}