Bootstrap

.NET 9 全面上线:开启开发新纪元 原创

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