コード例 #1
0
ファイル: Program.cs プロジェクト: Oscarbralo/TopBlogCoder
 static void Main(string[] args)
 {
     Birthday x = new Birthday();
     string[] a = { "02/17 Wernie", "10/12 Stefan" };
     Console.WriteLine(x.getNext("06/17",a));
     Console.ReadLine();
 }