Browse Source

chore: replace spaces by tabulation

DEV-4017-prototypes-exercise-1-animals
Mohamed Zaboub 2 years ago committed by José Rosendo
parent
commit
d601a9ff55
  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