Skip to content

Instantly share code, notes, and snippets.

@adilw3nomad
Created June 3, 2019 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adilw3nomad/725229655d9a30f58f1d9fac9e473270 to your computer and use it in GitHub Desktop.
Save adilw3nomad/725229655d9a30f58f1d9fac9e473270 to your computer and use it in GitHub Desktop.
go
func TestCheckAnswer(t *testing.T) {
got := CheckAnswer(“3”, “3”)
if got != true {
t.Errorf(“CheckAnswer = %v; want true”, got)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment