cpp_prac/template/main.cc

6 lines
76 B
C++
Raw Normal View History

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