Skip to content

FizzBuzz問題のコードを作成#1

Open
1mori wants to merge 2 commits intomainfrom
my-fizzbuzz
Open

FizzBuzz問題のコードを作成#1
1mori wants to merge 2 commits intomainfrom
my-fizzbuzz

Conversation

@1mori
Copy link
Copy Markdown
Owner

@1mori 1mori commented May 10, 2024

FizzBuzz問題 ( https://bootcamp.fjord.jp/practices/193 ) の演習課題のコード fizzbuzz.rb を作成

Copy link
Copy Markdown

@yoshitsugu yoshitsugu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

一点コメントしました!

Comment thread 01.fizzbuzz/fizzbuzz.rb Outdated
else
puts num
end
end No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ファイル末尾に改行がないことをあらわす記号がでてしまっているので、
https://bootcamp.fjord.jp/questions/1405
などを参考にお使いのテキストエディタやIDEで設定しておいてください。

Copy link
Copy Markdown

@yoshitsugu yoshitsugu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

最新のコードでは直っていたのでOKとします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants