Browse Source

Update README.md

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

6
subjects/printfirsthalf/README.md

@ -24,9 +24,9 @@ Here is a possible program to test your function:
package main
func main() {
fmt.Print(FirstHalf("This is the 1st halfThis is the 2nd half"))
fmt.Print(FirstHalf(""))
fmt.Print(FirstHalf("Hello World"))
fmt.Print(PrintFirstHalf("This is the 1st halfThis is the 2nd half"))
fmt.Print(PrintFirstHalf(""))
fmt.Print(PrintFirstHalf("Hello World"))
}
```

Loading…
Cancel
Save