Skip to content

Instantly share code, notes, and snippets.

@aruslan
Created April 30, 2016 12:29
Show Gist options
  • Save aruslan/6fd135f38dbea6d569be1664c67ea88e to your computer and use it in GitHub Desktop.
Save aruslan/6fd135f38dbea6d569be1664c67ea88e to your computer and use it in GitHub Desktop.
class Name
{
static class name { public name(name name) {} };
public static void name()
{
name name = null;
name = new name(name);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment