#include #include "pico/stdlib.h" int main(void) { stdio_init_all(); while (true) printf("hello, world\r\n"); }