Renaud Fivet / Mbed 2 deprecated uptime

Dependencies:   mbed

Fork of hello by Renaud Fivet

Revision:
4:d6bb51356400
Parent:
3:e49a5d9a2341
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hello.cpp	Sun May 29 06:38:51 2016 +0000
@@ -0,0 +1,8 @@
+/* hello -- hello, world */
+
+#include "mbed.h"
+
+int main() {
+    printf( "hello, world\n") ;
+    return EXIT_SUCCESS ;
+}
\ No newline at end of file