Browse Source

Merge pull request #293 from 01-edu/fixListforeachif

fix listforeachif readme removing new line
pull/318/head
augusto-mantilla 5 years ago committed by GitHub
parent
commit
e5d0dcb82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      subjects/listforeachif.en.md

1
subjects/listforeachif.en.md

@ -102,7 +102,6 @@ func main() {
PrintList(link)
fmt.Println()
fmt.Println("--------function applied--------")
piscine.ListForEachIf(link, PrintElem, piscine.IsPositive_node)

Loading…
Cancel
Save