fix: remove repl.it links russian challenge articles (#36207)

This commit is contained in:
Randell Dawson
2019-07-09 09:19:16 -07:00
committed by Parth Parth
parent b5e5f11674
commit ee952dee42
67 changed files with 2 additions and 137 deletions

View File

@@ -24,7 +24,6 @@ function multiplesOf3and5(number) {
}
```
* [Код запуска](https://repl.it/@ezioda004/Project-Euler-Problem-1-Multiples-of-3-and-5)
### Справка:

View File

@@ -56,7 +56,6 @@ function fiboEvenSum(n) {
}
```
* [Код запуска](https://repl.it/@ezioda004/Project-Euler-Problem-2-Even-Fibonacci-Numbers)
### Рекомендации:

View File

@@ -26,7 +26,6 @@ function largestPrimeFactor(number) {
}
```
* [Код запуска](https://repl.it/@ezioda004/Problem-3-Largest-prime-factor)
### Ресурсы:

View File

@@ -50,7 +50,6 @@ function largestPalindromeProduct(n) {
}
```
* [Код запуска](https://repl.it/@ezioda004/Problem-4-Largest-palindrome-product)
### Рекомендации:

View File

@@ -37,7 +37,6 @@ localeTitle: Наименьшее количество
}
```
* [Код запуска](https://repl.it/@ezioda004/Problem-5-Smallest-multiple)
### Рекомендации:

View File

@@ -29,7 +29,6 @@ function sumSquareDifference(n) {
}
```
* [Код запуска](https://repl.it/@ezioda004/Problem-6-Sum-square-difference)
### Рекомендации:

View File

@@ -49,7 +49,6 @@ function nthPrime(n) {
}
```
\- [Код запуска](https://repl.it/@ezioda004/Project-Euler-Problem-7-10001st-prime)
### Рекомендации: