mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-08 14:02:03 +00:00
6 lines
65 B
C
6 lines
65 B
C
#include "common.h"
|
|
|
|
int main(void) {
|
|
return EXIT_SUCCESS;
|
|
}
|