Skip to content

Commit

Permalink
#2: szöveg igazítása a programban
Browse files Browse the repository at this point in the history
  • Loading branch information
gplesz committed Dec 14, 2017
1 parent d4b95e3 commit 949922a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ThreadDemo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ class Program

private static void Tennivalo(object state)
{
System.Console.WriteLine("elindult a folyamat");
System.Console.WriteLine("elindult a szálon a feladat");
Thread.Sleep(4000);
System.Console.WriteLine("megállt a folyamat");
System.Console.WriteLine("megállt a szálon a feladat");
}


Expand Down

0 comments on commit 949922a

Please sign in to comment.