mbed-os
Fork of mbed-os by
features/unsupported/tests/benchmarks/printf/main.cpp@0:f269e3021894, 2016-10-23 (annotated)
- Committer:
- elessair
- Date:
- Sun Oct 23 15:10:02 2016 +0000
- Revision:
- 0:f269e3021894
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
elessair | 0:f269e3021894 | 1 | #include "mbed.h" |
elessair | 0:f269e3021894 | 2 | |
elessair | 0:f269e3021894 | 3 | int main() { |
elessair | 0:f269e3021894 | 4 | printf("Hello World!"); |
elessair | 0:f269e3021894 | 5 | } |