diff --git a/archit/hello.cpp b/archit/hello.cpp new file mode 100644 index 0000000..1745a27 --- /dev/null +++ b/archit/hello.cpp @@ -0,0 +1,17 @@ +#include +using namespace std; + +int main(){ + int n; + + + + + cin >> n; + cout << "hello world" << endl; + return 0; + + + + +} \ No newline at end of file