mirror of https://github.com/01-edu/public.git
nprimo
6 months ago
committed by
Harry
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@
|
||||
package main |
||||
|
||||
import ( |
||||
"fmt" |
||||
"piscine" |
||||
) |
||||
|
||||
func main() { |
||||
fmt.Print(piscine.FirstWord("hello there")) |
||||
fmt.Print(piscine.FirstWord("")) |
||||
fmt.Print(piscine.FirstWord("hello ......... bye")) |
||||
} |
Loading…
Reference in new issue