diff --git a/main.cpp b/main.cpp
index afcc059f689ee26e19ab3c2421db813cfcece132..8764b9fabb7ead786e8a9eae3d8bd03873dc6ec4 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,5 +1,5 @@
 
-#include <stdio.h>
+#include <cstdio>
 #include "miosix.h"
 
 using namespace std;
@@ -7,5 +7,5 @@ using namespace miosix;
 
 int main()
 {
-    
+    //iprintf("Hello world, write your application here\n");
 }