## Create a basic example of the Queue Data Structure in C# with .NET! - [x] Create a simple .cs file with the available methods. - [x] Document inside the code from each method. - [ ] Create the .md file with the explanation of this Data Structure into the [FantoDocs Website](https://github.com/F4NT0/fantodocs). - [x] Link this issue into any Commit made into the project, using the # value from the issue: Ex. (`Feature(#1) - Created example of code`). - [ ] Create a link from this code file into the website. - [ ] Create a post into Linkedin with the new explanation about this Data Structure using Canva. ## Queue Infos - Official Documentation: [Microsoft Learn - Queue](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1?view=net-9.0) - Dev.to information: [Fundamental Data Structures and Algorithms](https://dev.to/adavidoaiei/fundamental-data-structures-and-algorithms-in-c-4ocf#coada)
Create a basic example of the Queue Data Structure in C# with .NET!
Feature(#1) - Created example of code).Queue Infos