Skip to content

Commit df2fdc1

Browse files
Revert Remove XML Documentation
1 parent e18cf86 commit df2fdc1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

python/input.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
using System;
22

33
// This is hello world program.
4+
/// <summary>
5+
6+
/// <para>
7+
8+
/// Represents the program.
9+
10+
/// </para>
11+
12+
/// <para></para>
13+
14+
/// </summary>
415

516
class Program
617
{

0 commit comments

Comments
 (0)