diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-08-09 09:42:50 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-08-09 09:42:50 +0300 |
commit | c9ca856d8f76d3b4c86532defa04d47c0d0a17f2 (patch) | |
tree | f71839a0721050f89e120695faefcd203ab0fd2e /Codeforces.Test/Usings.cs | |
parent | d6adac69ab2ebcbb4b0b234005b4f928319e5cb3 (diff) |
Simple task
Diffstat (limited to 'Codeforces.Test/Usings.cs')
-rw-r--r-- | Codeforces.Test/Usings.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Codeforces.Test/Usings.cs b/Codeforces.Test/Usings.cs index 8c927eb..c1ede49 100644 --- a/Codeforces.Test/Usings.cs +++ b/Codeforces.Test/Usings.cs @@ -1 +1,2 @@ -global using Xunit;
\ No newline at end of file +global using Xunit; +global using Codeforces;
\ No newline at end of file |