Skip to content

Commit

Permalink
Add yacht.rb stub file
Browse files Browse the repository at this point in the history
  • Loading branch information
ccadden committed Jan 26, 2024
1 parent d3766ff commit 7289cd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exercises/practice/yacht/yacht.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
=begin
Write your code for the 'Yacht' exercise in this file. Make the tests in
`yacht_test.rb` pass.
To get started with TDD, see the `README.md` file in your
`ruby/yacht` directory.
=end

0 comments on commit 7289cd2

Please sign in to comment.