Skip to content

Conversation

stzn
Copy link

@stzn stzn commented Jul 4, 2018

課題3-1を提出します。よろしくお願い致します。

@tenntenn tenntenn added the kadai3 This issue or pull request already exists label Jul 5, 2018
return answer
}

func judge(expected string, actual string) bool {
Copy link
Member

Choose a reason for hiding this comment

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

普通に==で比較したほうがよさそう

var buffer *bytes.Buffer

func init() {
buffer = &bytes.Buffer{}
Copy link
Member

Choose a reason for hiding this comment

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

テストケースごとに用意したほうがいいですね。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kadai3 This issue or pull request already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants