success does nothing, successfully.

Dependencies:   mbed

Fork of empty by Renaud Fivet

Revision:
2:341c2c700023
Parent:
1:33cdb7f33393
--- 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