Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triangle

問題

三角形の形を求める

$ ruby triangle.rb 2, 3, 4
不等辺三角形ですね!

$ ruby triangle.rb 2, 2, 1
二等辺三角形ですね!

$ ruby triangle.rb 1, 1, 1
正三角形ですね!

$ ruby triangle.rb 1, 2, 3
三角形じゃないです><

テストの実行方法

bundle install
bundle exec rspec

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages