Skip to content

Commit

Permalink
Merge pull request #22 from abhinav89908/my-new-branch
Browse files Browse the repository at this point in the history
My new branch...I have added the Hello world Code in Database
  • Loading branch information
dev-AshishRanjan authored Oct 20, 2023
2 parents a9efece + fdc2292 commit 357714d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Database/Hello_World_Abhi.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#include<iostream>
using namesapce std;
using namespace std;
int main(){
// LANG: C++
// AUTHOR: Abhinav Prajapati
// GITHUB: https://github.com/abhinav89908
cout<<"Hello World!";
// The above code will print 'Hello World' in the console
// cout is an instance of ostream class used to produce output
return 0;
// We are returning 0 to notify that the code executed successfully
}

0 comments on commit 357714d

Please sign in to comment.