Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add executable chord_before_dsend in CMakeLists
[simgrid.git] / doc / HelloWorld / HelloWorld.c
index 796b67a95e3bf5dfa99a9d363067035476b9155b..ae6a7fbcbf25d278e9277d70bc47a670224e7de7 100644 (file)
@@ -1,7 +1,8 @@
+#include <stdio.h>
 #include "xbt/log.h"
 XBT_LOG_NEW_DEFAULT_CATEGORY(HelloWorld,
                              "Messages specific for this Hello World example");
 void main()
 {
 #include "xbt/log.h"
 XBT_LOG_NEW_DEFAULT_CATEGORY(HelloWorld,
                              "Messages specific for this Hello World example");
 void main()
 {
-       XBT_INFO("Hello World !!!");
+  XBT_INFO("Hello World !!!");
 }
 }