Skip to content

Commit f6e359c

Browse files
yufeihBillWagner
andauthored
Remove unnecessary 'using TourOfCsharp;' from HelloWorld.cs (fixes #46250) (#46252)
* Remove unnecessary 'using TourOfCsharp;' from HelloWorld.cs (fixes #46250) * Update docs/csharp/tour-of-csharp/snippets/shared/HelloWorld.cs --------- Co-authored-by: Bill Wagner <[email protected]>
1 parent 2ac5664 commit f6e359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/tour-of-csharp/snippets/shared/HelloWorld.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
2-
using TourOfCsharp;
2+
namespace TourOfCsharp;
33

44
class Program
55
{

0 commit comments

Comments
 (0)