Update Array.cs

This commit is contained in:
Yudong Jin 2022-12-14 23:04:56 +08:00 committed by GitHub
parent f3430c059d
commit 8435fc69f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
* Author: mingXta (1195669834@qq.com) * Author: mingXta (1195669834@qq.com)
*/ */
namespace hello_algo.chapter_arrag_and_linkedlist namespace hello_algo.chapter_array_and_linkedlist
{ {
public class Array public class Array
{ {