Welcome

Start here
12345
#include <iostream>
// Welcome to the website
int main() {
std::cout << "Welcome to Vincent's website";
}