Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyLadanov authored Nov 15, 2023
1 parent b54ef4a commit c3b9a6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ static class Program
/// </summary>


[DllImport("kernel32.dll")]
public static extern bool FreeConsole();
// [DllImport("kernel32.dll")]
// public static extern bool FreeConsole();


static Program()
{
FreeConsole();
}
// static Program()
// {
// FreeConsole();
// }

[STAThread]
static void Main()
Expand Down

0 comments on commit c3b9a6e

Please sign in to comment.