Forked from
Info 111 Programmation Impérative / 2023-2024 / Semaine10
6 commits behind the upstream repository.
-
Nicolas M. Thiéry authoredNicolas M. Thiéry authored
max.hpp 132 B
/** Calcule le max de deux entiers
* @param a: un entier
* @param b: un entier
* @return un entier
**/
int monMax(int a, int b);