mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
refactor: use global using to reduce usings in each file (#486)
This commit is contained in:
2
codes/csharp/GlobalUsing.cs
Normal file
2
codes/csharp/GlobalUsing.cs
Normal file
@@ -0,0 +1,2 @@
|
||||
global using NUnit.Framework;
|
||||
global using hello_algo.utils;
|
||||
Reference in New Issue
Block a user