1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/tmk_core/tool/mbed/mbed-sdk/libraries/tests/benchmarks/printf/main.cpp

6 lines
62 B
C++

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