UNPKG

math_hello

Version:

包含加法乘法和hello

6 lines 89 B
export function add(a,v){ return a+v } export function fu(a,v){ return a*v }