Just prints "Hello world!"

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
JulienKern
Date:
Thu Jun 25 16:01:18 2015 +0000
Child:
1:96610bc669ba
Commit message:
.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.lib Show annotated file Show diff for this revision Revisions of this file
--- /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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.lib	Thu Jun 25 16:01:18 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/#d2e8fb00ad18