Skip to content

Instantly share code, notes, and snippets.

@EgorBo
Last active March 23, 2017 16:44
Show Gist options
  • Save EgorBo/56c8a646abdf83a484a5b8ab672ffb84 to your computer and use it in GitHub Desktop.
Save EgorBo/56c8a646abdf83a484a5b8ab672ffb84 to your computer and use it in GitHub Desktop.
using System;
namespace ConsoleApp1
{
public class Program
{
public struct Foo
{
//private int foo;
}
public static void Main(string[] args)
{
Foo f;
string str = f.ToString();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment