A simple weather application built with C#.
- Fetches and displays weather information.
- Built with .NET 9.0.
- Clone the repository or download the source code.
- Open a terminal in the project directory.
- Build the project:
dotnet build
- Run the application:
dotnet run
Program.cs: Main entry point of the application.WeatherApp.csproj: Project file.