Skip to content

Commit 89ccdf3

Browse files
committed
Revert "Donkey (#180)"
This reverts commit 98a4f52.
1 parent 98a4f52 commit 89ccdf3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/com/github/hcsp/Main.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,24 @@ public class Main {
44
public static void main(String[] args) {
55
// invoke method a() here
66
// 在这里调用方法a()
7-
a();
87
}
98

109
public static void a() {
1110
System.out.println("a");
1211
// invoke method b() here
1312
// 在这里调用方法b()
14-
b();
1513
}
1614

1715
public static void b() {
1816
System.out.println("b");
1917
// invoke method c() here
2018
// 在这里调用方法c()
21-
c();
2219
}
2320

2421
public static void c() {
2522
System.out.println("c");
2623
// invoke method d() here
2724
// 在这里调用方法d()
28-
d();
2925
}
3026

3127
public static void d() {

0 commit comments

Comments
 (0)