This was my first project on GitHub — a simple console application written in C# that adds two big numbers represented as strings. It was a fun way to start learning how to use Git, GitHub, and version control in my development journey.
- Add two very large numbers that can't be stored in standard data types.
- Handles numbers of any length using string manipulation.
- Simple and clean console interface.
- Language: C#
- Platform: .NET Console Application
- .NET SDK (v6.0 or higher)
-
Clone the repository:
git clone https://github.com/AmirAbdollahi/BigNumbers.git cd BigNumbers
-
Build and run the project:
dotnet run
-
Follow the console instructions to input two large numbers and get their sum.
This project helped me practice:
- GitHub basics (commits, pushes, repository structure)
- String manipulation in C#
- Writing clean and simple console apps
- C#
- Console Application
- Big Number Addition
- String Manipulation
- Beginner Project
- GitHub First Project
This project is licensed under the MIT License.