Skip to content

Commit

Permalink
Now Release version won't close as soon as the program was executed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridireacht committed Apr 26, 2022
1 parent dead4b6 commit c7f46e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PrimeNumbers/Function.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ public void Start()

if (isCorrect && isDatabase && primes.Any())
FillDatabase(pathDB, primes);


#if !DEBUG
Console.ReadKey();
#endif
}

public void Input()
Expand Down

0 comments on commit c7f46e7

Please sign in to comment.