Archived
1
0
This commit is contained in:
2025-11-01 08:20:49 +08:00
parent e0fbc20716
commit 6151e4f8c9
29 changed files with 1010 additions and 3 deletions

10
cs5/5_3/Program.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace _5_3
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}