#include #include int main() { stdio_init_all(); while (true) { stdio_printf(" is running...\n"); sleep_ms(1000); } }