success does nothing, successfully.

Dependencies:   mbed

Fork of empty by Renaud Fivet

Committer:
rfivet
Date:
Sun May 29 06:30:50 2016 +0000
Revision:
3:7382cd97cf90
Parent:
main.cpp@2:341c2c700023
renamed as success.

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 }