Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7796ec6

Browse files
Update Node.java
1 parent 77ee27c commit 7796ec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Nodes/Node.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public Node getNextNode() {
1717
}
1818

1919
public static void main(String[] args) {
20+
// TEST
2021
Node strawberry = new Node("Strawberry First");
2122
Node banana = new Node("Banana Second");
2223
Node coconut = new Node("Coconut Third");
@@ -31,4 +32,4 @@ public static void main(String[] args) {
3132
}
3233
}
3334

34-
}
35+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /