Golang程序  |  8行  |  84 B

package z

import "./p2"

func main() {
	p2.NewO().RemoveOption("hello", "world")
}