cpp_prac/template/main.cc
2025-01-11 17:52:26 +01:00

5 lines
76 B
C++

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