Learning Object Oriented Programming concept with C# for my academic course.
So, in this repository I will add all of my OOP implementetions.
Open your Linux terminal and execute the following commands one by one.
git clone https://github.com/Mehedi61/C-Sharp-OOP.git
cd C-Sharp-OOP/source/
mcs filename.cs
mono filename.exe
NOTE: Make sure that you have installed mono on your Linux machine.