Browse Source

removing the "package main" from isprinttable

content-update
lee 5 years ago
parent
commit
b50f4b38a0
  1. 1
      subjects/isprintable.en.md
  2. 1
      subjects/isprintable.fr.md

1
subjects/isprintable.en.md

@ -7,7 +7,6 @@ Write a function that returns `true` if the `string` passed in parameter only co
### Expected function
```go
package main
func IsPrintable(str string) bool {
}

1
subjects/isprintable.fr.md

@ -7,7 +7,6 @@
### Fonction attendue
```go
package main
func IsPrintable(str string) bool {
}

Loading…
Cancel
Save