luapage/main.c
2021-04-27 21:37:32 +03:00

7 lines
No EOL
70 B
C

#include <stdio.h>
int main() {
printf("hello");
return 0;
}