success does nothing, successfully.

Dependencies:   mbed

Fork of empty by Renaud Fivet

Files at this revision

API Documentation at this revision

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
--- 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
--- /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