main.cpp 61 B

12345678
  1. #include "toto.hpp"
  2. int main()
  3. {
  4. toto();
  5. return 0;
  6. }