2021-10-01 00:21:50 +08:00
|
|
|
/* this demo shows the usage of method */
|
|
|
|
#include <stdio.h>
|
2022-01-06 16:17:40 +08:00
|
|
|
#include "pikaScript.h"
|
2021-10-01 00:21:50 +08:00
|
|
|
|
2022-01-06 16:17:40 +08:00
|
|
|
int main() {
|
|
|
|
pikaScriptShell(pikaScriptInit());
|
2021-10-01 00:21:50 +08:00
|
|
|
}
|