Respuesta :

Hey there,

#include "pch.h"

#include <iostream>

int main()

{

std::cout << "Hello world!";

}