Golang程序  |  10行  |  80 B

package explicit

import (
	"implicit"
)

func E() int {
	return implicit.I()
}