git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1326 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
jhumeau 2009-01-13 15:04:01 +00:00
commit 96f4446fa1
16 changed files with 255 additions and 146 deletions

View file

@ -0,0 +1,9 @@
#include <iostream>
#include <cstdlib>
int
main(int __argc, char *__argv[])
{
std::cout << "Nothing to do" << std::endl;
return EXIT_SUCCESS;
}