A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
merge branches
[simgrid.git]
/
doc
/
HelloWorld
/
HelloWorld.c
1
#include "xbt/log.h"
2
XBT_LOG_NEW_DEFAULT_CATEGORY(HelloWorld,
3
"Messages specific for this Hello World example");
4
void main()
5
{
6
XBT_INFO("Hello World !!!");
7
}