coleco.c 77 B

12345678
  1. #include <furi.h>
  2. int32_t coleco_app(void* p)
  3. {
  4. UNUSED(p);
  5. return 0;
  6. }