55cfb173d8
Ordered the exercise folders by placing their numbers in their folder name
12 lines
99 B
JavaScript
12 lines
99 B
JavaScript
const ftoc = function() {
|
|
|
|
};
|
|
|
|
const ctof = function() {
|
|
|
|
};
|
|
|
|
module.exports = {
|
|
ftoc,
|
|
ctof
|
|
};
|