Clean up the oopsie. Rebuild the blank exercises.

This commit is contained in:
Michael Frank
2021-05-09 00:39:21 +12:00
parent b984cb4c6f
commit d28d80c46f
1565 changed files with 27186 additions and 199003 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
var ftoc = function(f) {
return Math.round((f - 32) * (5/9) * 10) / 10
var ftoc = function() {
}
var ctof = function(c) {
return Math.round(((c * 9/5) + 32) * 10) / 10
var ctof = function() {
}
module.exports = {