Exemple #1
0
int main() {
  StringStorageTest sst;
  sst.setStream(&cout);
  sst.run();
  return sst.report();
} ///:~