Browse Source

Update README.md

DEV-3179-new-go-exercise-thirdtimeisacharm
zainab Dnaya 2 years ago committed by GitHub
parent
commit
fcf4e448c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      subjects/thirdtimeisacharm/README.md

8
subjects/thirdtimeisacharm/README.md

@ -27,10 +27,10 @@ import (
) )
func main() { func main() {
ThirdTimeIsACharm("123456789") fmt.Print(ThirdTimeIsACharm("123456789"))
ThirdTimeIsACharm("") fmt.Print(ThirdTimeIsACharm(""))
ThirdTimeIsACharm("a b c d e f") //all spaces fmt.Print(ThirdTimeIsACharm("a b c d e f")) //all spaces
ThirdTimeIsACharm("12") fmt.Print(ThirdTimeIsACharm("12"))
} }
``` ```

Loading…
Cancel
Save