diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-08-11 10:09:15 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-08-11 10:09:15 +0300 |
commit | f11270f3b5d15a4afe5026efa0c0c5406b85c3d5 (patch) | |
tree | 2941f14818b5fda624968c1abfd305e0e8d51cce | |
parent | e4acd262c532876835efcf436744093db784f806 (diff) |
Move IOTester class
-rw-r--r-- | Codeforces.Test/IOTester.cs (renamed from Codeforces.Console/IOTester.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Codeforces.Console/IOTester.cs b/Codeforces.Test/IOTester.cs index 8fdb931..68a0ebb 100644 --- a/Codeforces.Console/IOTester.cs +++ b/Codeforces.Test/IOTester.cs @@ -1,4 +1,4 @@ -namespace Codeforces +namespace Codeforces.Test { public class IOTester { |