Skip to content

Commit

Permalink
Add message about console app ending
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Sep 23, 2024
1 parent 8be7c9a commit f723d0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/NetSparkle.Samples.SimpleConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
Console.WriteLine("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
Console.WriteLine("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("(Program is done, hit any key to end...)");
Console.ReadLine();

0 comments on commit f723d0e

Please sign in to comment.