Archived
1
0
This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SomeLab/cs3/C_Sharp_3_5/Program.cs
T
2025-10-24 17:19:46 +08:00

11 lines
176 B
C#

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