2023-07-10 15:14:28 +00:00

6 lines
81 B
C

#include "pikaScript.h"
int main()
{
PikaObj* pikaMain = pikaScriptInit();
}