cpp_prac/tent2/main.cc

6 lines
72 B
C++
Raw Normal View History

2025-01-10 08:15:31 +01:00
#include <iostream>
int main() {
std::cout << "Hola" << std::endl;
}