您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }