Renaud Fivet / Mbed 2 deprecated adieu

Dependencies:   mbed

Fork of success by Renaud Fivet

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?

UserRevisionLine numberNew 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 }