Skip to content

Commit 4772e51

Browse files
committed
Update template
1 parent 9203a7c commit 4772e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/c++/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Code for {{.Task.Name}}
2-
#include <iostream>
2+
#include <bits/stdc++.h>
33
using namespace std;
44

55
int main() {
66
cout << "Hello world" << endl;
77
return 0;
8-
}
8+
}

0 commit comments

Comments
 (0)