Test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
floras
Date:
Mon Nov 18 18:27:33 2019 +0000
Parent:
0:d3eaaa5f5340
Commit message:
printf raus

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Nov 18 18:26:17 2019 +0000
+++ b/main.cpp	Mon Nov 18 18:27:33 2019 +0000
@@ -12,7 +12,6 @@
         
         scanf("%d", &variable);
 
-        printf("Hello World. Variablwert:  %d \n", variable); //unbedig mit \n beenden!, sonst geht es nicht
         wait_ms(500);
     // }
 }