pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Number system conversion added in C# #311

Closed itayz1230 closed 3 years ago

itayz1230 commented 3 years ago

Description

My first PR! Added number system conversion in C#!

Please give me feedback about the process of the PR, Thank You!

Reference Issue number #264

Type of change

Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]

Checklist:

pratik-choudhari commented 3 years ago

@itayz1230 22 files?

itayz1230 commented 3 years ago

@pratik-choudhari yes. It is all of the c# extra files so that it can work... Should I delete them and push only the program one? Sorry I'm new to all this 😃🙂

pratik-choudhari commented 3 years ago

Will deleting rest of the files hamper the code execution? or are these config files which every c# user has?

itayz1230 commented 3 years ago

@pratik-choudhari These are only files that allow the program to run, only one file contains the code. Deleting the other files won't affect the code. If you can run C# on your machine, you should be able to just use the code file

pratik-choudhari commented 3 years ago

Alright then delete rest of them.

itayz1230 commented 3 years ago

@pratik-choudhari cool, So I make another PR?

pratik-choudhari commented 3 years ago

Yes