Commit b3b8a74f authored by wildfirecode's avatar wildfirecode

u

parent c38d9df3
module.exports = function (num) { exports.round = function (num) {
return Math.round(num) return Math.round(num)
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment