cpp_prac/tent2/main.cc
2025-01-10 08:15:31 +01:00

5 lines
72 B
C++

#include <iostream>
int main() {
std::cout << "Hola" << std::endl;
}