adieu monde cruel

Dependencies:   mbed

Fork of success by Renaud Fivet

Committer:
rfivet
Date:
Fri May 27 04:38:31 2016 +0000
Revision:
2:341c2c700023
Parent:
1:33cdb7f33393
Child:
3:e49a5d9a2341
success does nothing, successfully.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rfivet 2:341c2c700023 1 /* success -- does nothing, successfully */
rfivet 2:341c2c700023 2
rfivet 2:341c2c700023 3 #include "mbed.h"
rfivet 0:09121786965f 4
rfivet 0:09121786965f 5 int main() {
rfivet 2:341c2c700023 6 return EXIT_SUCCESS ;
rfivet 2:341c2c700023 7 }