-
-
Notifications
You must be signed in to change notification settings - Fork 403
New practice exercise relative-distance
#1554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you for contributing to Based on the files changed in this PR, it would be good to pay attention to the following details when reviewing the PR:
Automated comment created by PR Commenter 🤖. |
@@ -143,8 +143,9 @@ module = | |||
|
|||
## Step 1: create folder structure | |||
|
|||
Mix.Generator.create_directory("exercises/practice/#{exercise}/lib") | |||
Mix.Generator.create_directory("exercises/practice/#{exercise}/test") | |||
File.cd!("exercises/practice/#{exercise}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did this because mix format wouldn't run from outside the directory anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ 👍🏻
Closes #1553
New exercise, a classic graph traversal algorithm.