We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4f829 commit 03e9bdeCopy full SHA for 03e9bde
1 file changed
README.md
@@ -18,9 +18,7 @@ Comparison of IronPython vs. C# for 'Hello World'
18
C#:
19
20
```cs
21
-using System;
22
-
23
-Console.WriteLine("Hello World");
+System.Console.WriteLine("Hello World");
24
```
25
26
IronPython:
0 commit comments