cpp_prac/template/main.cc

4 lines
74 B
C++
Raw Normal View History

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