#include <stdio.h> #include "freertos/FreeRTOS.h" extern "C" void app_main() { printf("Hello World!\n"); }