An open API service indexing awesome lists of open source software.

https://github.com/aleksibovellan/numberadder

A simple C# number adder made for testing and learning purposes. First school project.
https://github.com/aleksibovellan/numberadder

adder app application calculator calculator-app csharp csharp-code number simple

Last synced: 7 months ago
JSON representation

A simple C# number adder made for testing and learning purposes. First school project.

Awesome Lists containing this project

README

          

# Simple C# number adder

Asks the user to input numbers and then the application adds them together. Written in C# for testing and learning purposes.

First school project.