Archived
This commit is contained in:
2
test/kmphToMph/kphToMph.js
Normal file
2
test/kmphToMph/kphToMph.js
Normal file
@ -0,0 +1,2 @@
|
||||
const kmphToMph = (kmph) => 0.621371192 * kmph;
|
||||
module.exports = kmphToMph;
|
||||
Reference in New Issue
Block a user