#include <iostream>
#include "review.h"

int main()
{
    if (WriteOut("This is a string") != 1)
        return 1;
    return 0;
}