diff options
-rw-r--r-- | misc/dotfiles/templates/template.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/dotfiles/templates/template.cpp b/misc/dotfiles/templates/template.cpp index 16f3e15..af07af9 100644 --- a/misc/dotfiles/templates/template.cpp +++ b/misc/dotfiles/templates/template.cpp @@ -16,8 +16,7 @@ using namespace std; using ll = long long; -int main() -{ +int main() { return 0; } |