diff --git a/exercise.wwwapi/Program.cs b/exercise.wwwapi/Program.cs index 47f22ef..76a1b37 100644 --- a/exercise.wwwapi/Program.cs +++ b/exercise.wwwapi/Program.cs @@ -17,4 +17,6 @@ app.UseHttpsRedirection(); -app.Run(); \ No newline at end of file +app.Run(); + +//Hello \ No newline at end of file