git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@599 331e1502-861f-0410-8da2-ba01fb791d7f
19 lines
516 B
C++
19 lines
516 B
C++
//-----------------------------------------------------------------------------
|
|
// t-peo.cpp
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#include <peo.h>
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
int main()
|
|
{
|
|
std::cout << "Please fill the test" << std::endl;
|
|
|
|
return 0;
|
|
}
|
|
|
|
//-----------------------------------------------------------------------------
|