Skip to content

Commit

Permalink
bye
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-at-work committed Jul 16, 2019
1 parent c12949b commit 1d3a21c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions s.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ package incorrect
func Hello() string {
return "hello"
}

func Bye() string {
return "bye"
}

0 comments on commit 1d3a21c

Please sign in to comment.