#include /* generated by fbt from .png files in images folder */ #include int32_t weebo_app(void* p) { UNUSED(p); FURI_LOG_I("TEST", "Hello world"); FURI_LOG_I("TEST", "I'm weebo!"); return 0; }