123

Dependencies:   mbed

Revision:
1:361a6fe46f88
Parent:
0:b3b9ee2613e5
--- a/main.cpp	Mon Oct 09 07:49:50 2017 +0000
+++ b/main.cpp	Mon Oct 09 07:50:35 2017 +0000
@@ -3,7 +3,7 @@
 Serial pc(USBTX, USBRX);
 int rn;
 int main() {
-    
+    //
     while(1) {
         rn = (rand()%11)+35;
         pc.printf("%d\n",rn);