react
This commit is contained in:
12
C++/hashtable/main.cpp
Normal file
12
C++/hashtable/main.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
cout << "HELLO, WORLD \n";
|
||||
string x;
|
||||
cin >> x;
|
||||
cout << &x;
|
||||
endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user