Skip to content

Commit

Permalink
Add better stub to armstrong numbers (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD authored Jul 26, 2023
1 parent 54d89d6 commit 67c2c79
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions exercises/practice/armstrong-numbers/armstrong_numbers.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
=begin
Write your code for the 'Armstrong Numbers' exercise in this file. Make the tests in
`armstrong_numbers_test.rb` pass.
To get started with TDD, see the `README.md` file in your
`ruby/armstrong-numbers` directory.
=end
module ArmstrongNumbers
def self.include?(number)
# Write your code here
end
end

0 comments on commit 67c2c79

Please sign in to comment.