Skip to content

Commit

Permalink
Commit 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas-Arora committed Sep 24, 2023
1 parent 34afdea commit c1d632a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClassTemplate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class A
}

};

//This is main
int main()
{
A<int> d;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Object-Oriented-Programming (OOPS)
# Generally solved in C++
# Generally solved in C++

0 comments on commit c1d632a

Please sign in to comment.