LuPPC/src/c/main.c

9 lines
116 B
C
Raw Normal View History

#include <stdio.h>
2016-01-03 13:25:12 +11:00
#include "luares.h"
int main (void) {
2016-01-03 13:25:12 +11:00
puts("LuPI 2\n");
puts(lua_init);
return 0;
}