]> git.donarmstrong.com Git - qmk_firmware.git/blob - tool/mbed/mbed-sdk/libraries/tests/benchmarks/printf/main.cpp
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
[qmk_firmware.git] / tool / mbed / mbed-sdk / libraries / tests / benchmarks / printf / main.cpp
1 #include "mbed.h"
2
3 int main() {
4     printf("Hello World!");
5 }