2022-01-06 16:17:40 +08:00

8 lines
140 B
C

/* this demo shows the usage of method */
#include <stdio.h>
#include "pikaScript.h"
int main() {
pikaScriptShell(pikaScriptInit());
}