4e1548abe2
Part1
29 lines
423 B
C#
29 lines
423 B
C#
using System;
|
|
namespace Lesson
|
|
{
|
|
class Program
|
|
{
|
|
#region 知识点一
|
|
#endregion
|
|
|
|
#region 知识点二
|
|
#endregion
|
|
|
|
#region 知识点三
|
|
#endregion
|
|
|
|
#region 知识点四
|
|
#endregion
|
|
|
|
#region 知识点五
|
|
#endregion
|
|
|
|
#region 知识点六
|
|
#endregion
|
|
static void Main(string[] args)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|