Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of success by
Revision 2:341c2c700023, committed 2016-05-27
- Comitter:
- rfivet
- Date:
- Fri May 27 04:38:31 2016 +0000
- Parent:
- 1:33cdb7f33393
- Child:
- 3:e49a5d9a2341
- Commit message:
- success does nothing, successfully.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 27 04:31:24 2016 +0000
+++ b/main.cpp Fri May 27 04:38:31 2016 +0000
@@ -1,4 +1,7 @@
-/* empty -- does nothing */
+/* success -- does nothing, successfully */
+
+#include "mbed.h"
int main() {
-}
+ return EXIT_SUCCESS ;
+}
\ No newline at end of file
