mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add main.py
This commit is contained in:
parent
030c4f2448
commit
ecaf417887
@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include "PikaObj.h"
|
||||
|
||||
void main(){
|
||||
void main() {
|
||||
printf("hello world\r\n");
|
||||
}
|
1
tools/pikaBitCodeCompiler/main.py
Normal file
1
tools/pikaBitCodeCompiler/main.py
Normal file
@ -0,0 +1 @@
|
||||
print('hello pikascript')
|
Loading…
x
Reference in New Issue
Block a user