From The Odin Project
...create a new file and work on a merge sort...
Use the following command to run the application
- from the root folder:
ruby merge_sort/merge_sort.rb
OR
- from inside the merge_sort folder
ruby merge_sort.rb
From The Odin Project
...create a new file and work on a merge sort...
Use the following command to run the application
ruby merge_sort/merge_sort.rb
OR
ruby merge_sort.rb