From 62d8516a7e2ecf53a248ab65df65421cd90d7dd3 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Fri, 30 Oct 2020 18:09:17 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index e828438..c781f29 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -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 22 + * [Problem22 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%2022/problem22_sol1.rb) * Problem 3 * [Problem3 Sol1](https://github.com/TheAlgorithms/Ruby/blob/master/Project%20Euler/Problem%203/problem3_sol1.rb) * Problem 5