Renaud Fivet
/
success
success does nothing, successfully.
Fork of empty by
Revision 3:7382cd97cf90, committed 2016-05-29
- Comitter:
- rfivet
- Date:
- Sun May 29 06:30:50 2016 +0000
- Parent:
- 2:341c2c700023
- Commit message:
- renamed as success.
Changed in this revision
main.cpp | Show diff for this revision Revisions of this file |
success.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 341c2c700023 -r 7382cd97cf90 main.cpp --- a/main.cpp Fri May 27 04:38:31 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -/* success -- does nothing, successfully */ - -#include "mbed.h" - -int main() { - return EXIT_SUCCESS ; -} \ No newline at end of file
diff -r 341c2c700023 -r 7382cd97cf90 success.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/success.cpp Sun May 29 06:30:50 2016 +0000 @@ -0,0 +1,7 @@ +/* success -- does nothing, successfully */ + +#include "mbed.h" + +int main() { + return EXIT_SUCCESS ; +} \ No newline at end of file