diff --git a/internal/templates/main.tmpl b/internal/templates/main.tmpl index 0849651..4f35340 100644 --- a/internal/templates/main.tmpl +++ b/internal/templates/main.tmpl @@ -3,7 +3,7 @@ {{ else -}} #include {{ end }} -int main (int argc, char *argv[]) +int main(int argc, char *argv[]) { {{- if eq .Language "cpp" }} std::cout << "Hello World" << std::endl;