5 #include "02_ProduitScalaire/ProduitScalaire.h"
7 extern bool useHello();
8 extern bool addVectors();
14 isOk &= addVectors();*/
15 isOk
&= produitScalaire();
17 cout
<< "\nisOK = " << isOk
<< endl
;
18 cout
<< "\nEnd : mainCore" << endl
;
20 return isOk
? EXIT_SUCCESS
: EXIT_FAILURE
;