Test code
main.cpp
- Committer:
- evangeli
- Date:
- 2018-10-09
- Revision:
- 0:d9ae01e2c4cb
File content as of revision 0:d9ae01e2c4cb:
/**
* ES200 Project 2 - President Alexis
* test code
*/
#include "mbed.h"
// main() runs in its own thread in the OS
int main() {
printf("Sign my petition!");
} // main()

