Program.cs 195 字节
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8
// See https://aka.ms/new-console-template for more information

public class Program{
    public static void Main(string[] args){
        Console.WriteLine("Hello, World!");
    }
}