cpp_prac/template/main.cc
2025-01-11 17:54:29 +01:00

3 lines
74 B
C++

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