Skip to content

Commit fd7b1e0

Browse files
author
Gonzalo Diaz
committed
[REWRITE] Namespaces fixed.
1 parent d4d7534 commit fd7b1e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algorithm-exercises-csharp-test/src/hackerrank/warmup/SimpleArraySum.Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace algorithm_exercises_csharp;
1+
namespace algorithm_exercises_csharp.hackerrank;
22

33
using Microsoft.VisualStudio.TestTools.UnitTesting;
44

algorithm-exercises-csharp/src/hackerrank/warmup/SimpleArraySum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @link Problem definition [[docs/hackerrank/warmup/simple_array_sum.md]]
22

3-
namespace algorithm_exercises_csharp;
3+
namespace algorithm_exercises_csharp.hackerrank;
44

55
using System.Diagnostics.CodeAnalysis;
66

0 commit comments

Comments
 (0)