#include #include #include #include using namespace std; int main() { ofstream mydata("output.txt"); mydata << "Hello"; mydata.close(); }