Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
Archit669 committed Feb 1, 2024
1 parent 5cd3dbb commit 46896e0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions archit/hello.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#include <bits/stdc++.h>
using namespace std;

int main(){
int n;




cin >> n;
cout << "hello world" << endl;
return 0;




}

0 comments on commit 46896e0

Please sign in to comment.