Skip to content

Instantly share code, notes, and snippets.

@atsushieno
Created April 10, 2012 10:32
Show Gist options
  • Select an option

  • Save atsushieno/2350217 to your computer and use it in GitHub Desktop.

Select an option

Save atsushieno/2350217 to your computer and use it in GitHub Desktop.
using System;
class Test
{
static bool f;
public static void Main ()
{
if (f = DateTime.Now.Year == 2011)
Console.WriteLine ("!?");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment