Jose Velasquez

Generation

generate functionSun, 18 Jun 2023

programa que teclee una frase en el terminal linux

void print_frase(std::string frase) { std::cout << frase << std::endl; } print_frase("hola mundo")

Want to kickstart your project?Use the new AI Studio to create your code