15 lines
164 B
C#
Raw Normal View History

using ObservableCollections;
using System;
2021-08-04 09:30:34 +09:00
namespace ConsoleApp
{
class Program
{
static void Main(string[] args)
{
2021-08-04 09:30:34 +09:00
}
}
}