test
Revision 0:09be1b10c725, committed 2016-07-12
- Comitter:
- cyan1650
- Date:
- Tue Jul 12 06:43:08 2016 +0000
- Commit message:
- test
Changed in this revision
main.c | Show annotated file Show diff for this revision Revisions of this file |
mbed_copy.bld | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.c Tue Jul 12 06:43:08 2016 +0000 @@ -0,0 +1,10 @@ +#include "mbed.h" + + +int main() +{ + + + printf("hello world"); + +} \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_copy.bld Tue Jul 12 06:43:08 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/8ed44a420e5c \ No newline at end of file