Files
go-koans/basics.go
Steven Degutis 62333fb9cd strings rock
2012-03-11 18:24:25 -05:00

8 lines
142 B
Go

package go_koans
func testBasics() {
assert(__bool__ == true) // what is truth?
//assert(!__ != true) // in it there is nothing false
}