aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/tool/mbed/mbed-sdk/libraries/tests/benchmarks/printf/main.cpp
blob: 5121426a19f2ce8db7317ca4a9f472e78ad6b018 (plain)
1
2
3
4
5
#include "mbed.h"

int main() {
    printf("Hello World!");
}