HashSet<String> states_needed = new HashSet<String>()
{
"mt", "wa", "or", "id", "nv", "ut", "ca", "az"
};
์์คํ
๊ฐ๋ฐ/csharp
HashSet<String> states_needed = new HashSet<String>()
{
"mt", "wa", "or", "id", "nv", "ut", "ca", "az"
};
๋๊ธ