Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit 5098b8f

Browse files
shiffmanFriskyDev
andauthored
Update CodingChallenges/CC_065.1_binary_tree/Processing/CC_065_1_binary_tree/CC_065_1_binary_tree.pde
Co-Authored-By: FriskyDev <crystal_bit@hotmail.com>
1 parent a12c42b commit 5098b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodingChallenges/CC_065.1_binary_tree/Processing/CC_065_1_binary_tree/CC_065_1_binary_tree.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ void setup() {
2222
if (result == null) {
2323
println("not found");
2424
} else {
25-
println(result);
25+
println(result.value);
2626
}
2727
}

0 commit comments

Comments
 (0)