LearnGo/main.go
2022-08-28 21:35:12 -04:00

9 lines
70 B
Go

package main
import (
_ "fmt"
)
func main() {
Divider("divided")
}