printf

Dependencies:   mbed

Revision:
0:dddeb619bffd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Oct 11 15:46:10 2012 +0000
@@ -0,0 +1,7 @@
+#include "mbed.h"
+
+
+int main()
+{
+    printf("Hello world!!\n");
+}
\ No newline at end of file