Revert "update cloning link"

This reverts commit 4c771f2e05.
This commit is contained in:
Tatiana
2021-05-08 11:25:04 -07:00
parent 60fe6c8b1f
commit 18cffeb940
1791 changed files with 7747 additions and 138307 deletions
+7 -19
View File
@@ -1,26 +1,14 @@
const add = function() {
function add() {}
}
function subtract() {}
const subtract = function() {
function sum() {}
}
function multiply() {}
const sum = function() {
function power() {}
}
const multiply = function() {
}
const power = function() {
}
const factorial = function() {
}
function factorial() {}
module.exports = {
add,
@@ -28,5 +16,5 @@ module.exports = {
sum,
multiply,
power,
factorial
factorial,
};