package main
import (
"fmt"
"git.kirsle.net/go/ui/eg/layout"
)
func main() {
fmt.Println("Hello world")
layout.main()
}