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
main.cpp
- Committer:
- rfivet
- Date:
- 2016-05-27
- Revision:
- 3:e49a5d9a2341
- Parent:
- 2:341c2c700023
File content as of revision 3:e49a5d9a2341:
/* adieu -- sic transit gloria mundi */
#include "mbed.h"
int main() {
puts( "adieu, monde cruel") ;
return EXIT_SUCCESS ;
}
