7 lines
76 B
Go
7 lines
76 B
Go
//go:build test
|
|
|
|
package main
|
|
|
|
func termSize() (int, int) {
|
|
return 80, 24
|
|
} |