Golang程序  |  11行  |  104 B

package main

import (
	"explicit"
	"implicit"
)

func main() {
	println(implicit.I() + explicit.E())
}