testing
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
import (
|
||||
"fmt"
|
||||
"c.infdj.com/GO/courses_golang/hello/morestrings"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, world.")
|
||||
// fmt.Println("Hello, world.")
|
||||
fmt.Println(morestrings.ReverseRunes("!oG ,olleH"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user