add main.py

This commit is contained in:
pikastech 2021-11-28 20:41:06 +08:00
parent 030c4f2448
commit ecaf417887
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include <stdio.h>
#include "PikaObj.h"
void main(){
void main() {
printf("hello world\r\n");
}

View File

@ -0,0 +1 @@
print('hello pikascript')