ReadFile.Main C# (CSharp) Méthode

Main() static private méthode

static private Main ( ) : void
Résultat void
    static void Main()
    {
        Console.Write("Please enter the full path to the file: ");
        string filePath = Console.ReadLine();
        PrintFileToConsole(filePath);
    }