luapage/main.c

7 lines
70 B
C
Raw Normal View History

2021-04-27 21:37:32 +03:00
#include <stdio.h>
int main() {
printf("hello");
return 0;
}