Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ViIvanov/c1f686267f026b37f440 to your computer and use it in GitHub Desktop.
Save ViIvanov/c1f686267f026b37f440 to your computer and use it in GitHub Desktop.
using System;
class Program
{
static void Main() {
var x = DateTime.Now.Day > 10 ? 1 : new Program() ?? default(object);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment