コード例 #1
0
ファイル: Program.cs プロジェクト: stekman08/GitDemo
 static void Main(string[] args)
 {
     Console.WriteLine("Welcome to the donjo...");
     Demo.Hello("It's me! Fredrik!");
     Console.Read();
 }
コード例 #2
0
 static void Main(string[] args)
 {
     Console.WriteLine("Welcome to my git demo");
     Demo.Hello("Hello");
 }