Skip to content

Instantly share code, notes, and snippets.

@AlexDrts
Created March 11, 2025 16:02
Show Gist options
  • Select an option

  • Save AlexDrts/e185d1dd2cd52799c4facad48604e15f to your computer and use it in GitHub Desktop.

Select an option

Save AlexDrts/e185d1dd2cd52799c4facad48604e15f to your computer and use it in GitHub Desktop.
мое дз
#include <iostream>
using namespace std;
//1
int main()
{
cout << "Number_1\n\n\n";
cout << "To be\n\n";
cout << "\tor not\n\n";
cout << "\t\tto be\n\n\n\n";
cout << "Number_2\n\n\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment