Skip to content

Commit

Permalink
Update InputOutput.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishak798 authored Oct 29, 2024
1 parent d5712f4 commit 7c1907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cpp Basics/InputOutput.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <bits/stdc++.h>
using namespace std;
int main()
{
{
string name;
cin >> name;
cout << "Greetings " << name;
Expand Down

0 comments on commit 7c1907c

Please sign in to comment.