updating DIRECTORY.md

This commit is contained in:
github-actions 2020-10-31 15:54:26 +00:00
parent 9755ecad5f
commit df6467d8a8

View file

@ -24,6 +24,8 @@
* [Problem1 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%201/problem1_sol1.rb)
* Problem 2
* [Problem2 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%202/problem2_sol1.rb)
* Problem 20
* [Problem20 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%2020/problem20_sol1.rb)
* Problem 21
* [Problem21 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%2021/problem21_sol1.rb)
* Problem 22