Skip to content

Message for my gf #367

@dgtchapte3official-lang

Description

@dgtchapte3official-lang

#include
#include
using namespace std;

int main() {
string partnerName = "Alexa Jane campenciño"; // replace with your name
string months = "3";
string date = "October 14";

cout << "Happy 3rd Monthsarry, Boo!" << endl;
cout << "To my partner, " << partnerName << "," << endl;
cout << "From the moment I met you, I knew you were someone special." << endl;
cout << "These past " << months << " months have been an incredible journey," << endl;
cout << "and I'm so grateful to have you by my side." << endl;
cout << "On this day, " << date << ", I want to celebrate" << endl;
cout << "the love, laughter, and adventures we've shared." << endl;
cout << "I love you more and more with each passing day." << endl;
cout << "Happy Monthsarry, Boo!" << endl;
cout << "- Alexa Jane Campeciño" << endl;

return 0;

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions