test_startup_main.c 78 B

123456
  1. #include <stdio.h>
  2. void app_main(void)
  3. {
  4. printf("app_main running\n");
  5. }