mbed-os/libraries/tests/mbed/hello/main.cpp

8 lines
83 B
C++

#include "test_env.h"
int main()
{
printf("Hello World\r\n");
while(1);
}