2021-11-28 20:41:06 +08:00

6 lines
87 B
C

#include <stdio.h>
#include "PikaObj.h"
void main() {
printf("hello world\r\n");
}