clsp/src/main/resources/fileTemplates/internal/DefaultTemplate.cpp.ft

6 lines
78 B
Text
Raw Normal View History

2025-01-10 19:56:51 +03:00
\#include <iostream>
int main() {
std::cout << "Hello world";
return 0;
}