errors.cpp 122 B

12345678910111213
  1. /*
  2. * errors.cpp
  3. *
  4. * Created on: 6 déc. 2023
  5. * Author: fanch
  6. */
  7. #include "errors.h"
  8. int fct(){
  9. return 0;
  10. }