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