Skip to content

Commit

Permalink
Update code.go
Browse files Browse the repository at this point in the history
Fix typo in 5FinB on Go
  • Loading branch information
BorisTestov authored Jan 29, 2024
1 parent 97624e2 commit 98d95f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/sprint5_final/B/code.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

// <templatet>
// <template>
type Node struct {
value int
left *Node
Expand Down Expand Up @@ -31,4 +31,4 @@ func test() {
if newHead.right.value != 8 {
panic("WA")
}
}
}

0 comments on commit 98d95f1

Please sign in to comment.