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 success by
adieu.cpp@4:01232f665eb2, 2016-05-29 (annotated)
- Committer:
- rfivet
- Date:
- Sun May 29 06:48:44 2016 +0000
- Revision:
- 4:01232f665eb2
- Parent:
- main.cpp@3:e49a5d9a2341
renamed as adieu.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rfivet | 3:e49a5d9a2341 | 1 | /* adieu -- sic transit gloria mundi */ |
rfivet | 2:341c2c700023 | 2 | |
rfivet | 2:341c2c700023 | 3 | #include "mbed.h" |
rfivet | 0:09121786965f | 4 | |
rfivet | 0:09121786965f | 5 | int main() { |
rfivet | 3:e49a5d9a2341 | 6 | puts( "adieu, monde cruel") ; |
rfivet | 2:341c2c700023 | 7 | return EXIT_SUCCESS ; |
rfivet | 2:341c2c700023 | 8 | } |