From cdb2628c5d6ef778c0074a98092a0be4f2b81a9a Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Fri, 7 Apr 2023 12:04:07 +0200 Subject: [PATCH] add unsaved modif --- MCTG/MCTGApp/MCTGApp.csproj | 4 ++++ MCTG/MCTGApp/Program.cs | 2 ++ 2 files changed, 6 insertions(+) diff --git a/MCTG/MCTGApp/MCTGApp.csproj b/MCTG/MCTGApp/MCTGApp.csproj index f02677b..f184388 100644 --- a/MCTG/MCTGApp/MCTGApp.csproj +++ b/MCTG/MCTGApp/MCTGApp.csproj @@ -7,4 +7,8 @@ enable + + + + diff --git a/MCTG/MCTGApp/Program.cs b/MCTG/MCTGApp/Program.cs index 3751555..275a069 100644 --- a/MCTG/MCTGApp/Program.cs +++ b/MCTG/MCTGApp/Program.cs @@ -1,2 +1,4 @@ // See https://aka.ms/new-console-template for more information +using ; + Console.WriteLine("Hello, World!");