Skip to content

Commit 732794b

Browse files
committed
renamed Exrcise class to Core
1 parent 23e749e commit 732794b

File tree

1 file changed

+1
-1
lines changed
  • csharp-fundamentals-arrays.Main

1 file changed

+1
-1
lines changed

csharp-fundamentals-arrays.Main/Core.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace csharp_fundamentals_arrays.Main
99
{
10-
public class Exercise
10+
public class Core
1111
{
1212
// The block of code below is a method definition. So far, you've been using methods created by other people
1313
// such as .length() and .charAt(n)

0 commit comments

Comments
 (0)