单项选择题

export function multiply(x, y) {return x * y;};代码输出了()

A.x*y
B.y
C.x
D.函数multiply