* test: remove limit. * test: skip btln.go * test: adds tests on errors. * feat: add missing output results. * refactor: time's tests.
7 lines
56 B
Go
7 lines
56 B
Go
package main
|
|
|
|
func main() {
|
|
f := println
|
|
f("Hello")
|
|
}
|