![](/media/cache/profiles/f49de956f34533e4e03eaf4063e28daa.jpg.50x50_q85.png)
adieu monde cruel
Fork of success by
Revision 4:01232f665eb2, committed 2016-05-29
- Comitter:
- rfivet
- Date:
- Sun May 29 06:48:44 2016 +0000
- Parent:
- 3:e49a5d9a2341
- Commit message:
- renamed as adieu.
Changed in this revision
adieu.cpp | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show diff for this revision Revisions of this file |
diff -r e49a5d9a2341 -r 01232f665eb2 adieu.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/adieu.cpp Sun May 29 06:48:44 2016 +0000 @@ -0,0 +1,8 @@ +/* adieu -- sic transit gloria mundi */ + +#include "mbed.h" + +int main() { + puts( "adieu, monde cruel") ; + return EXIT_SUCCESS ; +} \ No newline at end of file
diff -r e49a5d9a2341 -r 01232f665eb2 main.cpp --- 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