Structure de dossiers GreetingTool Program.cs
Contexte : L’outil de salutation suit la structure standard des projets console .NET 10.
dotnet new console -n GreetingToolcd GreetingToolStructure
Section intitulée « Structure »Structure
Section intitulée « Structure »GreetingTool/├── GreetingTool.csproj├── Program.cs├── obj/└── bin/