Skip to content

Commit eb876da

Browse files
author
Sumit tripathi
committed
Add initial implementation of AbstractBaseClass with main function
1 parent 22f0f45 commit eb876da

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

AbstractBaseClass.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include<iostream>
2+
using namespace std;
3+
int main(){
4+
return 0;
5+
}

0 commit comments

Comments
 (0)