Untitled
1 year ago in CSS
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
std::system("start www.youtube.com");
}