8 lines
90 B
Go
8 lines
90 B
Go
package go_koans
|
|
|
|
func testStrings() {
|
|
//var __ string
|
|
|
|
//assert("a" + __ == "abc")
|
|
}
|