Skip to content

Commit

Permalink
Merge pull request keshavsingh4522#42 from DhananjayPorwal/patch-1
Browse files Browse the repository at this point in the history
Create Comment.cpp
  • Loading branch information
keshavsingh4522 committed Oct 12, 2020
2 parents 1b144f4 + a72e56a commit 722199b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CPP/Comment.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

#include<iostream>
using namespace std;
int main(){
//This is single line comment.
/*This is multi
line comment*/
cout<<"Shri Ram"<<endl;
}

0 comments on commit 722199b

Please sign in to comment.