#include "stream.h"
main()
{
  cout << "Streams seem to work!\n";
}
