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

8 lines
96 B
C++

#include "test_env.h"
int main()
{
printf("Hello World\n");
notify_completion(true);
}