UNPKG

math_hello

Version:

包含加法乘法和hello

7 lines (6 loc) 116 B
export function sayHello(){ console.log('hello'); } export function sayLove(){ console.log('love'); }