remove: duplicate last line from predeclared types (#63)

This commit is contained in:
Firas Khalil Khana
2021-02-02 12:10:53 +02:00
committed by GitHub
parent 4f99176d50
commit b32d16925f

View File

@ -56,5 +56,4 @@ func main() {
fmt.Println("hello :", len("hello")+8, "bytes")
fmt.Println("hi :", len("hi")+8, "bytes")
fmt.Println("hi :", len("hi")+8, "bytes")
}