Day6. Namespace style
This commit is contained in:
9
557. Reverse Words in a String III/Program.cs
Normal file
9
557. Reverse Words in a String III/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace _557._Reverse_Words_in_a_String_III;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().ReverseWords("God Ding"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user