main.c 86 B

123456
  1. #include <stdio.h>
  2. #include "PikaObj.h"
  3. void main(){
  4. printf("hello world\r\n");
  5. }