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

13 lines
92 B
JavaScript

var ftoc = function() {
}
var ctof = function() {
}
module.exports = {
ftoc,
ctof
}