Basic Console is a simple C# console application designed to demonstrate basic console functionalities. This project serves as a learning tool for those new to C# or console applications.
- Basic console commands
- Simple CLI interface
- Demonstration of fundamental C# programming concepts
- .NET SDK
- A C# compatible IDE (e.g., Visual Studio)
- Clone the repository:
git clone https://github.com/Shorotshishir/basic-console.git - Open the solution file (
basic-console.sln) in your IDE. - Build the solution to download the necessary packages and compile the project.
Run the application through your IDE or navigate to the output directory and run the executable via the command line.
Contributions are welcome. Please open an issue first to discuss what you would like to change or add.