Skip to content

Instantly share code, notes, and snippets.

@hk1ll3r
Created February 18, 2020 00:21
Show Gist options
  • Save hk1ll3r/44d4550918ff5b20662971ecb7d70a29 to your computer and use it in GitHub Desktop.
Save hk1ll3r/44d4550918ff5b20662971ecb7d70a29 to your computer and use it in GitHub Desktop.
class Program
{
static void Main(string[] args)
{
var strList = new List<string>() {"one", "two", "three"};
Console.WriteLine("ToString: " + strList.ToString());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment