mbed-os/features/unsupported/tests/benchmarks/printf/main.cpp

6 lines
62 B
C++

#include "mbed.h"
int main() {
printf("Hello World!");
}