We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ddbc2 commit 0aa61fbCopy full SHA for 0aa61fb
internal/templates/main.tmpl
@@ -3,7 +3,7 @@
3
{{ else -}}
4
#include <stdio.h>
5
{{ end }}
6
-int main (int argc, char *argv[])
+int main(int argc, char *argv[])
7
{
8
{{- if eq .Language "cpp" }}
9
std::cout << "Hello World" << std::endl;
0 commit comments