fig.cpp 103 B

123456
  1. #include "mint/fig.hpp"
  2. #include <cstdlib>
  3. int main(int argc, char** argv) { return EXIT_SUCCESS; }