main.cxx 100 B

123456
  1. import importable;
  2. int main(int argc, char* argv[])
  3. {
  4. return from_import() + from_partition();
  5. }