This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
pikapython
Watch
1
Star
0
Fork
0
You've already forked pikapython
mirror of
https://gitee.com/Lyon1998/pikapython.git
synced
2025-01-15 17:02:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pikapython
/
tools
/
pikaBitCodeCompiler
/
main.c
6 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
add cmake for win
2021-11-28 20:32:09 +08:00
#
include
<stdio.h>
#
include
"PikaObj.h"
add main.py
2021-11-28 20:41:06 +08:00
void
main
(
)
{
add cmake for win
2021-11-28 20:32:09 +08:00
printf
(
"
hello world
\r
\n
"
)
;
}
Reference in New Issue
Copy Permalink