Skip to content

Commit bf4f829

Browse files
authored
Updated C# snippet in the README.md to use top level statements. (#1181)
1 parent 5477e46 commit bf4f829

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ C#:
1919

2020
```cs
2121
using System;
22-
class Hello
23-
{
24-
static void Main()
25-
{
26-
Console.WriteLine("Hello World");
27-
}
28-
}
22+
23+
Console.WriteLine("Hello World");
2924
```
3025

3126
IronPython:

0 commit comments

Comments
 (0)