UNPKG

risc

Version:

这是一个个人用于测试的js工具包-simplified。

4 lines 74 B
function hello(name){ console.log("hello"+ name); } exports.hello=hello;