Golang程序  |  8行  |  68 B

package main

import "dep2"

func main() {
	dep2.W = dep2.G() + 1
}