Skip to content

This is my first GitHub project — a C# console application that adds two big numbers using string manipulation. It was a great way to start learning GitHub and practicing basic programming logic with C#.

Notifications You must be signed in to change notification settings

amirabdev/BigNumbers

Repository files navigation

Big Numbers

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.

✨ Features

  • 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.

🛠 Technologies

  • Language: C#
  • Platform: .NET Console Application

🚀 How to Run

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/AmirAbdollahi/BigNumbers.git
    cd BigNumbers
  2. Build and run the project:

    dotnet run
  3. Follow the console instructions to input two large numbers and get their sum.

📘 About

This project helped me practice:

  • GitHub basics (commits, pushes, repository structure)
  • String manipulation in C#
  • Writing clean and simple console apps

📌 Topics

  • C#
  • Console Application
  • Big Number Addition
  • String Manipulation
  • Beginner Project
  • GitHub First Project

📄 License

This project is licensed under the MIT License.

About

This is my first GitHub project — a C# console application that adds two big numbers using string manipulation. It was a great way to start learning GitHub and practicing basic programming logic with C#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages