Just prints "Hello world!"

Dependencies:   mbed

Revision:
0:177ddc387255
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Jun 25 16:01:18 2015 +0000
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main (void)
+{
+    printf("Hello world!\r\n");
+    return 1;
+}
\ No newline at end of file