We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28fbe5 commit 7bc93aaCopy full SHA for 7bc93aa
1 file changed
HackerRank/Say "Hello, World!" With C++.cpp
@@ -0,0 +1,8 @@
1
+#include <iostream>
2
+#include <cstdio>
3
+using namespace std;
4
+
5
+int main() {
6
+ printf("Hello, World!");
7
+ return 0;
8
+}
0 commit comments