Test code

Revision:
0:d9ae01e2c4cb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Oct 09 14:02:57 2018 +0000
@@ -0,0 +1,13 @@
+/**
+* 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()
+