Skip to content

Commit

Permalink
prepared for talk
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnick committed Apr 18, 2019
1 parent 0b54202 commit 5f14604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ static void Main ()
//StaticLocalFunctions.Showcase ();

//if (Now.Hour >= 20 && Now.Minute >= 30)
// Thread.Sleep(TimeSpan.FromMinutes(5));
// Thread.Sleep (TimeSpan.FromMinutes (5));

//PatternMatching.Demo ();

//BillionDollarMistake.Read ();
//NullableReferenceTypes.Demo ();
//ScreenToGif.Showcase ();

Tickets.Giveaway ();
//Tickets.Giveaway ();

//Credits.Show ();
}
Expand Down

0 comments on commit 5f14604

Please sign in to comment.