odin-default-js-exercises/tempConversion/tempConversion.js

13 lines
92 B
JavaScript
Raw Normal View History

var ftoc = function() {
2017-08-25 15:27:07 +00:00
}
var ctof = function() {
2017-08-25 15:27:07 +00:00
}
module.exports = {
ftoc,
ctof
}