Browse Source

fix main on test for the student

content-update
lee 5 years ago
parent
commit
4f0820ebe2
  1. 2
      subjects/listremoveif.en.md

2
subjects/listremoveif.en.md

@ -54,7 +54,7 @@ func main() {
PrintList(link2)
piscine.ListRemoveIf(link2, 1)
fmt.Println("------answer-----")
PrintList(link)
PrintList(link2)
fmt.Println()
fmt.Println("----normal state----")

Loading…
Cancel
Save