We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9203a7c commit 4772e51Copy full SHA for 4772e51
templates/c++/main.cpp
@@ -1,8 +1,8 @@
1
// Code for {{.Task.Name}}
2
-#include <iostream>
+#include <bits/stdc++.h>
3
using namespace std;
4
5
int main() {
6
cout << "Hello world" << endl;
7
return 0;
8
-}
+}
0 commit comments