We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4972cee + c82cb02 commit a072097Copy full SHA for a072097
helloWorldRam1998.cpp
@@ -0,0 +1,5 @@
1
+#include<bits/stdc++.h>
2
+using namespace std;
3
+int main(){
4
+ cout << "Hello World";
5
+ }
0 commit comments