Skip to content

Commit 03e9bde

Browse files
authored
Update README.md
1 parent bf4f829 commit 03e9bde

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ Comparison of IronPython vs. C# for 'Hello World'
1818
C#:
1919

2020
```cs
21-
using System;
22-
23-
Console.WriteLine("Hello World");
21+
System.Console.WriteLine("Hello World");
2422
```
2523

2624
IronPython:

0 commit comments

Comments
 (0)