#include <iostream>
int main() {
std::cout << "My Name: Thomas Cutler\n";
std::cout << "My Nemesis Name: Muaz Tareen\n";
std::cout << "First Favortist Game: Angry Birds\n";
std::cout << "Second Favortist Game: Sorry\n";
std::cout << "Third Favortist Game: Fishinopoly (Monopoly but fishing)\n";
}
To embed this project on your website, copy the following code and paste it into your website's HTML: