Just prints "Hello world!"
Revision 0:177ddc387255, committed 2015-06-25
- Comitter:
- JulienKern
- Date:
- Thu Jun 25 16:01:18 2015 +0000
- Child:
- 1:96610bc669ba
- Commit message:
- .
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.lib | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Thu Jun 25 16:01:18 2015 +0000 @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main (void) +{ + printf("Hello world!\r\n"); + return 1; +} \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.lib Thu Jun 25 16:01:18 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/#d2e8fb00ad18