
printf
Revision 0:dddeb619bffd, committed 2012-10-11
- Comitter:
- AkiraK
- Date:
- Thu Oct 11 15:46:10 2012 +0000
- Commit message:
- Sample4;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r 000000000000 -r dddeb619bffd main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Oct 11 15:46:10 2012 +0000 @@ -0,0 +1,7 @@ +#include "mbed.h" + + +int main() +{ + printf("Hello world!!\n"); +} \ No newline at end of file
diff -r 000000000000 -r dddeb619bffd mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Thu Oct 11 15:46:10 2012 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/cd19af002ccc \ No newline at end of file