Skip to content

Commit

Permalink
Merge pull request #524 from ashish-msit/my-second-contribution
Browse files Browse the repository at this point in the history
My second contribution
  • Loading branch information
MukulCode authored Oct 29, 2022
2 parents cc9587b + 54734f1 commit a5ef104
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Neerajregression/neeraj_keseri_lal.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include<iostream>
#include<math.h>
int main(){
int a,b,c;
cin>>a>>b>>c;
cout<<a+b+c<<endl;
return 0;
}

0 comments on commit a5ef104

Please sign in to comment.