diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-08-09 09:12:09 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-08-09 09:12:09 +0300 |
commit | d6adac69ab2ebcbb4b0b234005b4f928319e5cb3 (patch) | |
tree | 58043aac32f7702f5b72888d2c2a1b191264521e /Codeforces.Test/UnitTest1.cs |
Initial commit
Diffstat (limited to 'Codeforces.Test/UnitTest1.cs')
-rw-r--r-- | Codeforces.Test/UnitTest1.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Codeforces.Test/UnitTest1.cs b/Codeforces.Test/UnitTest1.cs new file mode 100644 index 0000000..8f7b9b7 --- /dev/null +++ b/Codeforces.Test/UnitTest1.cs @@ -0,0 +1,10 @@ +namespace Codeforces.Test; + +public class UnitTest1 +{ + [Fact] + public void Test1() + { + + } +}
\ No newline at end of file |