Order words alphabetically
- .NET Core SDK for Visual Studio Code (Make sure to install while VSCode is closed)
- Visual Studio Code (Make sure to also install the C# extension)
- Open the Program.cs file in VSCode
- Hit F5 to start debugging (i.e. running the program)
- Enjoy
I'd love to hear your suggestions on how I can improve this repo!
You can fork the project to play around with it and create a pull request to submit your suggestions. You can also open an issue to tell me about any problems my code might have.
This repository is licensed under the MIT license. In short, you must include the exact copy of this project's license in your end-user application. Read LICENSE for more information.
If you decide to use portions of my software, it would be appreciated if you include an attribution in the final application, mentioning the name of the software and its contributors, as well as the section(s) in which it was used.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project Link: https://github.com/IceTheGameDev/alphabetical-sorting/
Reddit: https://www.reddit.com/user/AnEntirePeach
Youtube: https://www.youtube.com/@IceTheGameDev
E-mail: [email protected]
- Brackeys' series on programming in C# for giving me this idea, as well as his other videos, which have helped greatly in my journey.
- ChatGPT for helping me when I'm stuck.