9 lines
169 B
C#
9 lines
169 B
C#
namespace _589._N_ary_Tree_Preorder_Traversal;
|
|
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello, World!");
|
|
}
|
|
} |