Skip to content

Commit db366a8

Browse files
committed
2022-03-03
1 parent 2ca4d64 commit db366a8

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
![license-GPL](https://img.shields.io/badge/license-GPL-blue.svg)
1313

1414
---
15-
![GWcLz.png](https://s.im5i.com/2021/04/14/GWcLz.png)
15+
![ms-Java.webp](https://cdn.jsdelivr.net/gh/msJavaCoder/msJava@master/image/ms-Java.webp)
1616

1717
---
1818

_sidebar.md

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

99
---
1010

11-
* [**📕 算法与数据结构**](docs/算法与数据结构/README.md)
11+
* [**📕 数据结构与算法**](docs/算法与数据结构/README.md)
1212

1313

1414
---

src/Main.java renamed to src/top/msjava/Main.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package top.msjava;
2+
13
/**
24
* msJava
35
*
@@ -9,7 +11,7 @@ public class Main {
911

1012
public static void main(String[] args) {
1113

12-
System.out.println("hello");
14+
System.out.println("weixin");
1315

1416

1517
}

0 commit comments

Comments
 (0)