#include #include using namespace std; int main() { ofstream outStream; outStream.open("bla.txt"); outStream << "Test" << endl; return 0; }