package main func fullJustify(words []string, maxWidth int) (ans []string) { return } func main() { }