Skip to content

Commit

Permalink
feat: implement warmup task
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyGuchok committed Feb 18, 2019
1 parent b154c58 commit 974e9c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = function warmup(temperature) {
// your implementation here
return temperature * 9 / 5 + 32;
};

0 comments on commit 974e9c5

Please sign in to comment.