aboutsummaryrefslogtreecommitdiffstats
path: root/872
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-09-17 19:58:25 +0000
committerterminaldweller <devi@terminaldweller.com>2025-09-17 19:58:25 +0000
commitf5e6aa26100a8b42ee1c2ad453db4a2e01269e9f (patch)
tree4b21bdadbfef2c31b1e3a16809dea9a9b850b3da /872
parent20 (diff)
downloadleetcode-f5e6aa26100a8b42ee1c2ad453db4a2e01269e9f.tar.gz
leetcode-f5e6aa26100a8b42ee1c2ad453db4a2e01269e9f.zip
whateverHEADmain
Diffstat (limited to '872')
-rw-r--r--872/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/872/main.go b/872/main.go
index 24ef0ab..d71a335 100644
--- a/872/main.go
+++ b/872/main.go
@@ -70,5 +70,4 @@ func main() {
node4.Right = &node5
fmt.Println(leafSimilar(&node1, &node4))
-
}