Browse Source

chore: replace spaces by tabulation

exercise-issamestring
Mohamed Zaboub 2 years ago
parent
commit
b0d2619174
  1. 2
      subjects/issamestring/README.md

2
subjects/issamestring/README.md

@ -27,7 +27,7 @@ import (
)
func main() {
fmt.Println(piscine.IsSameString("hello world!", "HELLO WORLD!"))
fmt.Println(piscine.IsSameString("hello world!", "HELLO WORLD!"))
fmt.Println(piscine.IsSameString("0101 is awesome", "0101 is AWESOME"))
fmt.Println(piscine.IsSameString("foo baz", "foo bar"))
}

Loading…
Cancel
Save