Last active
February 18, 2020 07:24
-
-
Save hk1ll3r/07883e14969711812a03942fe35c1919 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
var strList = new List<string>() { | |
"one", "two", "three" | |
}; | |
Console.WriteLine(strList.ToStringExt()); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment