Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of adieu by
Revision 4:d6bb51356400, committed 2016-05-29
- Comitter:
- rfivet
- Date:
- Sun May 29 06:38:51 2016 +0000
- Parent:
- 3:e49a5d9a2341
- Commit message:
- Forked from adieu, uses printf.
Changed in this revision
| hello.cpp | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show diff for this revision Revisions of this file |
--- /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
--- a/main.cpp Fri May 27 04:48:23 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-/* adieu -- sic transit gloria mundi */
-
-#include "mbed.h"
-
-int main() {
- puts( "adieu, monde cruel") ;
- return EXIT_SUCCESS ;
-}
\ No newline at end of file
