package foo

import "bar"

func Answer() int {
	return bar.Answer()
}
