Generation

generate functionSat, 15 Apr 2023

Funciones que reciben parámetros pero no retornan valor

void add(int a, int b) { std::cout << a + b << std::endl; }

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