File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ private static void DoStuff()
2424 {
2525 // Simulates a long-term operation
2626 Thread . Sleep ( 500 ) ;
27- Console . WriteLine ( "Ciao mondo! Io sono il lavoro del task." ) ;
27+ Console . WriteLine ( "Io sono il lavoro del task." ) ;
2828 }
2929 }
3030}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ static void Main(string[] args)
1515 {
1616 // Simulates a long-term operation
1717 Thread . Sleep ( 500 ) ;
18- Console . WriteLine ( "Ciao mondo! Io sono il lavoro del task." ) ;
18+ Console . WriteLine ( "Io sono il lavoro del task." ) ;
1919 } ) ;
2020 task . Start ( ) ;
2121
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ private static void DoLongOperation()
2424 {
2525 // Simulates a long-term operation
2626 Thread . Sleep ( 1000 ) ;
27- Console . WriteLine ( "Ciao mondo! Io sono il lavoro del task." ) ;
27+ Console . WriteLine ( "Io sono il lavoro del task." ) ;
2828 }
2929 }
3030}
You can’t perform that action at this time.
0 commit comments