Aller au contenu

Structure de dossiers GreetingTool Program.cs

Contexte : L’outil de salutation suit la structure standard des projets console .NET 10.

Fenêtre de terminal
dotnet new console -n GreetingTool
cd GreetingTool
Fenêtre de terminal
GreetingTool/
├── GreetingTool.csproj
├── Program.cs
├── obj/
└── bin/