You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Program.cs 213B

123456789101112
  1. using System;
  2. namespace Luticate2.Auth.ConsoleSample
  3. {
  4. class Program
  5. {
  6. static void Main(string[] args)
  7. {
  8. Console.WriteLine(Class1.Method1("Hello World!"));
  9. }
  10. }
  11. }