релиз

This commit is contained in:
2024-12-10 17:38:20 +03:00
commit 6e7ebd4027
12 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include <{{ include_header }}>
#include <iostream>
int main() {
{{ namespace }}::func();
std::cout << "Hello from example {{ example_name }}!" << std::endl;
return 0;
}