egycore/src/main.c
2026-02-04 00:02:10 +01:00

5 lines
70 B
C

#include <stdio.h>
int main(int argc, char **argv) {
return 0;
}